Exemplo n.º 1
0
 /** Called directly by uka.transport.MarshalStream */
 public void marshal(uka.transport.MarshalStream _stream) throws java.io.IOException {
   _stream.reserve(_SIZE);
   byte[] _buffer = _stream.getBuffer();
   int _pos = _stream.getPosition();
   marshalPrimitives(_buffer, _pos);
   _stream.deliver(_SIZE);
   marshalReferences(_stream);
 }
Exemplo n.º 2
0
 protected void marshalReferences(uka.transport.MarshalStream _stream)
     throws java.io.IOException {
   _stream.writeObject(newFeatures);
   _stream.writeObject(name);
 }
Exemplo n.º 3
0
 protected void marshalReferences(uka.transport.MarshalStream _stream)
     throws java.io.IOException {
   _stream.writeObject(this.value);
 }