Example #1
0
 @Override
 public void writeTo(OutputStream stream) throws IOException {
   stream.write(idBufList);
   stream.write(chunkBufList);
   stream.write(bufCount);
   stream.write(bufEndIndex);
   stream.write(bufCurIndex);
 }
Example #2
0
 @Override
 public void writeTo(OutputStream out) throws IOException {
   super.writeTo(out);
   out.write(teamBundleID);
   out.write(order);
 }
Example #3
0
 @Override
 public void writeTo(OutputStream out) throws IOException {
   out.write(record);
   out.write(valueTrans);
 }