|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StreamableValue
If the value type does not provide the user defined methods for reading
and writing its content, it must implement this interface for reading
and writing the content in a default way. This is done by implementing
the Streamable._read(org.omg.CORBA.portable.InputStream)
and Streamable._write(org.omg.CORBA.portable.OutputStream)
. IDL compiler
should generate the implementation of this interface automatically.
for specifying the user-defined io methods.
Method Summary |
---|
Methods inherited from interface org.omg.CORBA.portable.Streamable |
---|
_read, _type, _write |
Methods inherited from interface org.omg.CORBA.portable.ValueBase |
---|
_truncatable_ids |
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |