コード例 #1
0
 @Override
 public float getProgress() throws IOException, InterruptedException {
   return in.getProgress();
 }
コード例 #2
0
 private NewRecordReader(MRInput in) throws IOException {
   this.in = in;
   this.reader = in.getReader();
 }