Beispiel #1
0
 public void readFields(DataInput in) throws IOException {
   value = WritableUtils.readVLong(in);
 }
Beispiel #2
0
 public static final MR_long read(DataInput in) throws IOException {
   return new MR_long(WritableUtils.readVLong(in));
 }