FileDocCategorySizeDatePackage
Streamable.javaAPI DocJava SE 5 API1274Fri Aug 26 14:58:34 BST 2005org.omg.CORBA.portable

Streamable

public interface Streamable
The base class for the Holder classess of all complex IDL types. The ORB treats all generated Holders as Streamable to invoke the methods for marshalling and unmarshalling.
version
1.11, 03/18/98
since
JDK1.2

Fields Summary
Constructors Summary
Methods Summary
public void_read(InputStream istream)
Reads data from istream and initalizes the value field of the Holder with the unmarshalled data.

param
istream the InputStream that represents the CDR data from the wire.

public org.omg.CORBA.TypeCode_type()
Retrieves the TypeCode object corresponding to the value in the value field of the Holder.

return
the TypeCode object for the value held in the holder

public void_write(OutputStream ostream)
Marshals to ostream the value in the value field of the Holder.

param
ostream the CDR OutputStream