FileDocCategorySizeDatePackage
OutputStream.javaAPI DocJava SE 5 API2395Fri Aug 26 14:58:34 BST 2005org.omg.CORBA_2_3.portable

OutputStream

public abstract class OutputStream extends org.omg.CORBA.portable.OutputStream
OutputStream provides interface for writing of all of the mapped IDL type to the stream. It extends org.omg.CORBA.portable.OutputStream, and defines new methods defined by CORBA 2.3.
see
org.omg.CORBA.portable.OutputStream
author
OMG
version
1.16 12/19/03
since
JDK1.2

Fields Summary
Constructors Summary
Methods Summary
public voidwrite_abstract_interface(java.lang.Object obj)
Marshals a value object or a stub object.

param
obj the actual value object to marshal or the stub to be marshalled

        throw new org.omg.CORBA.NO_IMPLEMENT();
    
public voidwrite_value(java.io.Serializable value)
Marshals a value type to the output stream.

param
value is the acutal value to write

        throw new org.omg.CORBA.NO_IMPLEMENT();
    
public voidwrite_value(java.io.Serializable value, java.lang.Class clz)
Marshals a value type to the output stream.

param
value is the acutal value to write
param
clz is the declared type of the value to be marshaled

        throw new org.omg.CORBA.NO_IMPLEMENT();
    
public voidwrite_value(java.io.Serializable value, java.lang.String repository_id)
Marshals a value type to the output stream.

param
value is the acutal value to write
param
repository_id identifies the type of the value type to be marshaled

        throw new org.omg.CORBA.NO_IMPLEMENT();
    
public voidwrite_value(java.io.Serializable value, org.omg.CORBA.portable.BoxedValueHelper factory)
Marshals a value type to the output stream.

param
value is the acutal value to write
param
factory is the instance of the helper to be used for marshaling the boxed value

        throw new org.omg.CORBA.NO_IMPLEMENT();