Name

Streamable

Synopsis

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);  
}

Implementations

Too many classes to list.

Passed To

Any.insert_Streamable()

Returned By

Any.extract_Streamable()

Get Java Enterprise in a Nutshell, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.