|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CustomMarshal
This interface indicates that the object can provide its own methods
for reading and writing its content. This interface is typically used
by the CORBA implementation only. The user application should use the
CustomValue
that is a descendant of this interface.
DataInputStream
,
DataOutputStream
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. |
Method Detail |
---|
void marshal(DataOutputStream into_stream)
into_stream
- a stream to read from.void unmarshal(DataInputStream from_stream)
from_stream
- a stream to write into.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |