org.omg.CORBA.portable

Interface Streamable

public interface Streamable

The base class for the Holder classess of IDL types.
Method Summary
void_read(InputStream input)
Fill in the value field for this holder by reading the required data from the given stream.
TypeCode_type()
Returns the TypeCode, corresponding the CORBA type that is stored using this holder.
void_write(OutputStream output)
Write the value field to the given stream.

Method Detail

_read

public void _read(InputStream input)
Fill in the value field for this holder by reading the required data from the given stream.

Parameters: input the input stream to read from.

_type

public TypeCode _type()
Returns the TypeCode, corresponding the CORBA type that is stored using this holder.

_write

public void _write(OutputStream output)
Write the value field to the given stream.

Parameters: output the output stream to write into.