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