@Override public void readFrom(InputStream stream) throws IOException { idBufList = stream.read(); chunkBufList = stream.read(); bufCount = stream.read(); bufEndIndex = stream.read(); bufCurIndex = stream.read(); }
@Override public void readFrom(InputStream in) throws IOException { super.readFrom(in); teamBundleID = in.read(); order = in.read(); }
@Override public void readFrom(InputStream in) throws IOException { record = in.read(); valueTrans = in.read(); }