Exemplo n.º 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();
 }
Exemplo n.º 2
0
 @Override
 public void readFrom(InputStream in) throws IOException {
   super.readFrom(in);
   teamBundleID = in.read();
   order = in.read();
 }
Exemplo n.º 3
0
 @Override
 public void readFrom(InputStream in) throws IOException {
   record = in.read();
   valueTrans = in.read();
 }