April 2002
Intermediate to advanced
992 pages
40h 18m
English
Streamable
All holder classes extend this interface, which defines methods for marshalling and unmarshalling objects of the type corresponding to the holder class.
public interface Streamable { // Public Instance Methods public abstract void _read( org.omg.CORBA.portable.InputStream istream); public abstract TypeCode _type(); public abstract void _write( org.omg.CORBA.portable.OutputStream ostream); }
Too many classes to list.
Any.insert_Streamable()
Any.extract_Streamable()
Read now
Unlock full access