API Overview API Index Package Overview Direct link to this page
JDK 1.6
  org.omg.CORBA.portable. Streamable View Source
Author(s)
Since
JDK1.2
Version
1.11, 03/18/98
Serial
Hierarchy
 Streamable
Subinterfaces
Description
public interface Streamable
  The base class for the Holder classess of all complex IDL types.
See also:   
Methods
Hide/Show inherited methods
public void _read (InputStream istream)
  Reads data from istream and initalizes the value field of the Holder with the unmarshalled data.
public TypeCode _type ()
  Retrieves the TypeCode object corresponding to the value in the value field of the Holder.
public void _write (OutputStream ostream)
  Marshals to ostream the value in the value field of the Holder.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar