/** Used by uka.transport.UnmarshalStream to unmarshal the object */
 public Terminate(uka.transport.UnmarshalStream _stream)
     throws java.io.IOException, ClassNotFoundException {
   this(_stream, _SIZE);
   _stream.accept(_SIZE);
 }