Name

OutputStream

Synopsis

Extends the org.omg.CORBA.portable.OutputStream class to support CORBA 2.3 (e.g., support for value types).

                  Subclasses
public abstract class OutputStream extends org.omg.CORBA.portable.OutputStream {
// Public Constructors
   public OutputStream();  
// Public Instance Methods
   public void write_abstract_interface( Object obj);  
   public void write_value( Serializable value);  
   public void write_value(Serializable value, 
        org.omg.CORBA.portable.BoxedValueHelper factory);  
   public void write_value( Serializable value, Class clz);  
   public void write_value(Serializable value, 
        String repository_id);  
}

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.