org.omg.CORBA
public interface CustomMarshal
See Also: DataInputStream
Method Summary | |
---|---|
void | marshal(DataOutputStream into_stream)
Read (unmarshal) the content of this object from the given input stream.
|
void | unmarshal(DataInputStream from_stream)
Write (marshal) the content of this object to the given input stream.
|
Parameters: into_stream a stream to read from.
Parameters: from_stream a stream to write into.