org.omg.CORBA_2_3.portable
Class OutputStream

java.lang.Object sample code for java.lang.Object definition code for java.lang.Object 
  extended by java.io.OutputStream sample code for java.io.OutputStream definition code for java.io.OutputStream 
      extended by org.omg.CORBA.portable.OutputStream sample code for org.omg.CORBA.portable.OutputStream definition code for org.omg.CORBA.portable.OutputStream 
          extended by org.omg.CORBA_2_3.portable.OutputStream
All Implemented Interfaces:
Closeable sample code for java.io.Closeable definition code for java.io.Closeable , Flushable sample code for java.io.Flushable definition code for java.io.Flushable

public abstract class OutputStream
extends OutputStream sample code for org.omg.CORBA.portable.OutputStream definition code for 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.

Since:
JDK1.2
See Also:
OutputStream sample code for org.omg.CORBA.portable.OutputStream definition code for org.omg.CORBA.portable.OutputStream

Constructor Summary
OutputStream sample code for org.omg.CORBA_2_3.portable.OutputStream.OutputStream() definition code for org.omg.CORBA_2_3.portable.OutputStream.OutputStream() ()
           
 
Method Summary
 void write_abstract_interface sample code for org.omg.CORBA_2_3.portable.OutputStream.write_abstract_interface(java.lang.Object) definition code for org.omg.CORBA_2_3.portable.OutputStream.write_abstract_interface(java.lang.Object) (Object sample code for java.lang.Object definition code for java.lang.Object  obj)
          Marshals a value object or a stub object.
 void write_value sample code for org.omg.CORBA_2_3.portable.OutputStream.write_value(java.io.Serializable) definition code for org.omg.CORBA_2_3.portable.OutputStream.write_value(java.io.Serializable) (Serializable sample code for java.io.Serializable definition code for java.io.Serializable  value)
          Marshals a value type to the output stream.
 void write_value sample code for org.omg.CORBA_2_3.portable.OutputStream.write_value(java.io.Serializable, org.omg.CORBA.portable.BoxedValueHelper) definition code for org.omg.CORBA_2_3.portable.OutputStream.write_value(java.io.Serializable, org.omg.CORBA.portable.BoxedValueHelper) (Serializable sample code for java.io.Serializable definition code for java.io.Serializable  value, BoxedValueHelper sample code for org.omg.CORBA.portable.BoxedValueHelper definition code for org.omg.CORBA.portable.BoxedValueHelper  factory)
          Marshals a value type to the output stream.
 void write_value sample code for org.omg.CORBA_2_3.portable.OutputStream.write_value(java.io.Serializable, java.lang.Class) definition code for org.omg.CORBA_2_3.portable.OutputStream.write_value(java.io.Serializable, java.lang.Class) (Serializable sample code for java.io.Serializable definition code for java.io.Serializable  value, Class sample code for java.lang.Class definition code for java.lang.Class  clz)
          Marshals a value type to the output stream.
 void write_value sample code for org.omg.CORBA_2_3.portable.OutputStream.write_value(java.io.Serializable, java.lang.String) definition code for org.omg.CORBA_2_3.portable.OutputStream.write_value(java.io.Serializable, java.lang.String) (Serializable sample code for java.io.Serializable definition code for java.io.Serializable  value, String sample code for java.lang.String definition code for java.lang.String  repository_id)
          Marshals a value type to the output stream.
 
Methods inherited from class org.omg.CORBA.portable.OutputStream sample code for org.omg.CORBA.portable.OutputStream definition code for org.omg.CORBA.portable.OutputStream
create_input_stream sample code for org.omg.CORBA.portable.OutputStream.create_input_stream() definition code for org.omg.CORBA.portable.OutputStream.create_input_stream() , orb sample code for org.omg.CORBA.portable.OutputStream.orb() definition code for org.omg.CORBA.portable.OutputStream.orb() , write_any sample code for org.omg.CORBA.portable.OutputStream.write_any(org.omg.CORBA.Any) definition code for org.omg.CORBA.portable.OutputStream.write_any(org.omg.CORBA.Any) , write_boolean_array sample code for org.omg.CORBA.portable.OutputStream.write_boolean_array(boolean[], int, int) definition code for org.omg.CORBA.portable.OutputStream.write_boolean_array(boolean[], int, int) , write_boolean sample code for org.omg.CORBA.portable.OutputStream.write_boolean(boolean) definition code for org.omg.CORBA.portable.OutputStream.write_boolean(boolean) , write_char_array sample code for org.omg.CORBA.portable.OutputStream.write_char_array(char[], int, int) definition code for org.omg.CORBA.portable.OutputStream.write_char_array(char[], int, int) , write_char sample code for org.omg.CORBA.portable.OutputStream.write_char(char) definition code for org.omg.CORBA.portable.OutputStream.write_char(char) , write_Context sample code for org.omg.CORBA.portable.OutputStream.write_Context(org.omg.CORBA.Context, org.omg.CORBA.ContextList) definition code for org.omg.CORBA.portable.OutputStream.write_Context(org.omg.CORBA.Context, org.omg.CORBA.ContextList) , write_double_array sample code for org.omg.CORBA.portable.OutputStream.write_double_array(double[], int, int) definition code for org.omg.CORBA.portable.OutputStream.write_double_array(double[], int, int) , write_double sample code for org.omg.CORBA.portable.OutputStream.write_double(double) definition code for org.omg.CORBA.portable.OutputStream.write_double(double) , write_fixed sample code for org.omg.CORBA.portable.OutputStream.write_fixed(java.math.BigDecimal) definition code for org.omg.CORBA.portable.OutputStream.write_fixed(java.math.BigDecimal) , write_float_array sample code for org.omg.CORBA.portable.OutputStream.write_float_array(float[], int, int) definition code for org.omg.CORBA.portable.OutputStream.write_float_array(float[], int, int) , write_float sample code for org.omg.CORBA.portable.OutputStream.write_float(float) definition code for org.omg.CORBA.portable.OutputStream.write_float(float) , write_long_array sample code for org.omg.CORBA.portable.OutputStream.write_long_array(int[], int, int) definition code for org.omg.CORBA.portable.OutputStream.write_long_array(int[], int, int) , write_long sample code for org.omg.CORBA.portable.OutputStream.write_long(int) definition code for org.omg.CORBA.portable.OutputStream.write_long(int) , write_longlong_array sample code for org.omg.CORBA.portable.OutputStream.write_longlong_array(long[], int, int) definition code for org.omg.CORBA.portable.OutputStream.write_longlong_array(long[], int, int) , write_longlong sample code for org.omg.CORBA.portable.OutputStream.write_longlong(long) definition code for org.omg.CORBA.portable.OutputStream.write_longlong(long) , write_Object sample code for org.omg.CORBA.portable.OutputStream.write_Object(org.omg.CORBA.Object) definition code for org.omg.CORBA.portable.OutputStream.write_Object(org.omg.CORBA.Object) , write_octet_array sample code for org.omg.CORBA.portable.OutputStream.write_octet_array(byte[], int, int) definition code for org.omg.CORBA.portable.OutputStream.write_octet_array(byte[], int, int) , write_octet sample code for org.omg.CORBA.portable.OutputStream.write_octet(byte) definition code for org.omg.CORBA.portable.OutputStream.write_octet(byte) , write_Principal sample code for org.omg.CORBA.portable.OutputStream.write_Principal(org.omg.CORBA.Principal) definition code for org.omg.CORBA.portable.OutputStream.write_Principal(org.omg.CORBA.Principal) , write_short_array sample code for org.omg.CORBA.portable.OutputStream.write_short_array(short[], int, int) definition code for org.omg.CORBA.portable.OutputStream.write_short_array(short[], int, int) , write_short sample code for org.omg.CORBA.portable.OutputStream.write_short(short) definition code for org.omg.CORBA.portable.OutputStream.write_short(short) , write_string sample code for org.omg.CORBA.portable.OutputStream.write_string(java.lang.String) definition code for org.omg.CORBA.portable.OutputStream.write_string(java.lang.String) , write_TypeCode sample code for org.omg.CORBA.portable.OutputStream.write_TypeCode(org.omg.CORBA.TypeCode) definition code for org.omg.CORBA.portable.OutputStream.write_TypeCode(org.omg.CORBA.TypeCode) , write_ulong_array sample code for org.omg.CORBA.portable.OutputStream.write_ulong_array(int[], int, int) definition code for org.omg.CORBA.portable.OutputStream.write_ulong_array(int[], int, int) , write_ulong sample code for org.omg.CORBA.portable.OutputStream.write_ulong(int) definition code for org.omg.CORBA.portable.OutputStream.write_ulong(int) , write_ulonglong_array sample code for org.omg.CORBA.portable.OutputStream.write_ulonglong_array(long[], int, int) definition code for org.omg.CORBA.portable.OutputStream.write_ulonglong_array(long[], int, int) , write_ulonglong sample code for org.omg.CORBA.portable.OutputStream.write_ulonglong(long) definition code for org.omg.CORBA.portable.OutputStream.write_ulonglong(long) , write_ushort_array sample code for org.omg.CORBA.portable.OutputStream.write_ushort_array(short[], int, int) definition code for org.omg.CORBA.portable.OutputStream.write_ushort_array(short[], int, int) , write_ushort sample code for org.omg.CORBA.portable.OutputStream.write_ushort(short) definition code for org.omg.CORBA.portable.OutputStream.write_ushort(short) , write_wchar_array sample code for org.omg.CORBA.portable.OutputStream.write_wchar_array(char[], int, int) definition code for org.omg.CORBA.portable.OutputStream.write_wchar_array(char[], int, int) , write_wchar sample code for org.omg.CORBA.portable.OutputStream.write_wchar(char) definition code for org.omg.CORBA.portable.OutputStream.write_wchar(char) , write_wstring sample code for org.omg.CORBA.portable.OutputStream.write_wstring(java.lang.String) definition code for org.omg.CORBA.portable.OutputStream.write_wstring(java.lang.String) , write sample code for org.omg.CORBA.portable.OutputStream.write(int) definition code for org.omg.CORBA.portable.OutputStream.write(int)
 
Methods inherited from class java.io.OutputStream sample code for java.io.OutputStream definition code for java.io.OutputStream
close sample code for java.io.OutputStream.close() definition code for java.io.OutputStream.close() , flush sample code for java.io.OutputStream.flush() definition code for java.io.OutputStream.flush() , write sample code for java.io.OutputStream.write(byte[]) definition code for java.io.OutputStream.write(byte[]) , write sample code for java.io.OutputStream.write(byte[], int, int) definition code for java.io.OutputStream.write(byte[], int, int)
 
Methods inherited from class java.lang.Object sample code for java.lang.Object definition code for java.lang.Object
clone sample code for java.lang.Object.clone() definition code for java.lang.Object.clone() , equals sample code for java.lang.Object.equals(java.lang.Object) definition code for java.lang.Object.equals(java.lang.Object) , finalize sample code for java.lang.Object.finalize() definition code for java.lang.Object.finalize() , getClass sample code for java.lang.Object.getClass() definition code for java.lang.Object.getClass() , hashCode sample code for java.lang.Object.hashCode() definition code for java.lang.Object.hashCode() , notify sample code for java.lang.Object.notify() definition code for java.lang.Object.notify() , notifyAll sample code for java.lang.Object.notifyAll() definition code for java.lang.Object.notifyAll() , toString sample code for java.lang.Object.toString() definition code for java.lang.Object.toString() , wait sample code for java.lang.Object.wait() definition code for java.lang.Object.wait() , wait sample code for java.lang.Object.wait(long) definition code for java.lang.Object.wait(long) , wait sample code for java.lang.Object.wait(long, int) definition code for java.lang.Object.wait(long, int)
 

Constructor Detail

OutputStream sample code for org.omg.CORBA_2_3.portable.OutputStream() definition code for org.omg.CORBA_2_3.portable.OutputStream()

public OutputStream()
Method Detail

write_value sample code for org.omg.CORBA_2_3.portable.OutputStream.write_value(java.io.Serializable) definition code for org.omg.CORBA_2_3.portable.OutputStream.write_value(java.io.Serializable)

public void write_value(Serializable sample code for java.io.Serializable definition code for java.io.Serializable  value)
Marshals a value type to the output stream.

Parameters:
value - is the acutal value to write

write_value sample code for org.omg.CORBA_2_3.portable.OutputStream.write_value(java.io.Serializable, java.lang.Class) definition code for org.omg.CORBA_2_3.portable.OutputStream.write_value(java.io.Serializable, java.lang.Class)

public void write_value(Serializable sample code for java.io.Serializable definition code for java.io.Serializable  value,
                        Class sample code for java.lang.Class definition code for java.lang.Class  clz)
Marshals a value type to the output stream.

Parameters:
value - is the acutal value to write
clz - is the declared type of the value to be marshaled

write_value sample code for org.omg.CORBA_2_3.portable.OutputStream.write_value(java.io.Serializable, java.lang.String) definition code for org.omg.CORBA_2_3.portable.OutputStream.write_value(java.io.Serializable, java.lang.String)

public void write_value(Serializable sample code for java.io.Serializable definition code for java.io.Serializable  value,
                        String sample code for java.lang.String definition code for java.lang.String  repository_id)
Marshals a value type to the output stream.

Parameters:
value - is the acutal value to write
repository_id - identifies the type of the value type to be marshaled

write_value sample code for org.omg.CORBA_2_3.portable.OutputStream.write_value(java.io.Serializable, org.omg.CORBA.portable.BoxedValueHelper) definition code for org.omg.CORBA_2_3.portable.OutputStream.write_value(java.io.Serializable, org.omg.CORBA.portable.BoxedValueHelper)

public void write_value(Serializable sample code for java.io.Serializable definition code for java.io.Serializable  value,
                        BoxedValueHelper sample code for org.omg.CORBA.portable.BoxedValueHelper definition code for org.omg.CORBA.portable.BoxedValueHelper  factory)
Marshals a value type to the output stream.

Parameters:
value - is the acutal value to write
factory - is the instance of the helper to be used for marshaling the boxed value

write_abstract_interface sample code for org.omg.CORBA_2_3.portable.OutputStream.write_abstract_interface(java.lang.Object) definition code for org.omg.CORBA_2_3.portable.OutputStream.write_abstract_interface(java.lang.Object)

public void write_abstract_interface(Object sample code for java.lang.Object definition code for java.lang.Object  obj)
Marshals a value object or a stub object.

Parameters:
obj - the actual value object to marshal or the stub to be marshalled