public long getPos() throws IOException {
   return in.getPos();
 }
Ejemplo n.º 2
0
 public float getProgress() throws IOException {
   return lineRecord.getPos();
 }
Ejemplo n.º 3
0
 public long getPos() throws IOException {
   return lineRecord.getPos();
 }
 public long getPos() throws IOException {
   return recordReader.getPos();
 }