org.omg.CORBA.portable
Interface StreamableValue

All Superinterfaces:
IDLEntity, Serializable, Streamable, ValueBase

public interface StreamableValue
extends Streamable, Serializable, ValueBase, IDLEntity

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.

See Also:
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