コード例 #1
0
 @Override
 public void readFields(DataInput in) throws IOException {
   super.readFields(in);
   blockCount = in.readInt();
 }