Ejemplo n.º 1
0
 public long readLong(String fieldName) throws IOException {
   int pos = readPosition(fieldName, FieldType.LONG);
   return in.readLong(pos);
 }