Example #1
0
 protected ConsensusID(uka.transport.UnmarshalStream _stream, int _size)
     throws java.io.IOException, ClassNotFoundException {
   byte[] _buffer = _stream.getBuffer();
   int _pos = _stream.getPosition();
   protocolValue = uka.transport.BasicIO.extractInt(_buffer, _pos);
   _pos += uka.transport.BasicIO.SIZEOF_int;
 }