コード例 #1
0
 public long getPos() throws IOException {
   return in.getPos();
 }
コード例 #2
0
ファイル: NotInFinder.java プロジェクト: KGayan/Acacia
 public float getProgress() throws IOException {
   return lineRecord.getPos();
 }
コード例 #3
0
ファイル: NotInFinder.java プロジェクト: KGayan/Acacia
 public long getPos() throws IOException {
   return lineRecord.getPos();
 }
コード例 #4
0
 public long getPos() throws IOException {
   return recordReader.getPos();
 }