コード例 #1
0
 @Override
 public void write(DataOutput out) throws IOException {
   super.write(out);
   out.writeInt(blockCount);
 }