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