Generated by
JDiff

Class org.omg.CORBA.portable.OutputStream

Changed Methods
InputStream create_input_stream() Documentation changed from old to new.
Returns an input stream with the same buffer.
ORB orb() Documentation changed from old to new.
Returns the ORB that created this OutputStream.
void write_Context(Context, ContextList) Documentation changed from old to new.
Writes a CORBA context on this stream.
void write_Object(Object) Documentation changed from old to new.
Writes a CORBA Object on this output stream.
void write_Principal(Principal) Documentation changed from old to new.
Deprecated by CORBA 2.2.
void write_TypeCode(TypeCode) Documentation changed from old to new.
Writes a TypeCode on this output stream.
void write_any(Any) Documentation changed from old to new.
Writes an Any on this output stream.
void write_boolean(boolean) Documentation changed from old to new.
Writes a boolean value to this stream.
void write_boolean_array(boolean[], int, int) Documentation changed from old to new.
Writes an array of booleans on this output stream.
void write_char(char) Documentation changed from old to new.
Writes a char value to this stream.
void write_char_array(char[], int, int) Documentation changed from old to new.
Writes an array of chars on this output stream.
void write_double(double) Documentation changed from old to new.
Writes a double value to this stream.
void write_double_array(double[], int, int) Documentation changed from old to new.
Writes an array of doubles on this output stream.
void write_fixed(BigDecimal) Documentation changed from old to new.
Writes a BigDecimal number.
void write_float(float) Documentation changed from old to new.
Writes a float value to this stream.
void write_float_array(float[], int, int) Documentation changed from old to new.
Writes an array of floats on this output stream.
void write_long(int) Documentation changed from old to new.
Writes a CORBA long (i.e.
void write_long_array(int[], int, int) Documentation changed from old to new.
Writes an array of CORBA longs (i.e.
void write_longlong(long) Documentation changed from old to new.
Writes a CORBA longlong (i.e.
void write_longlong_array(long[], int, int) Documentation changed from old to new.
Writes an array of CORBA longlongs (i.e.
void write_octet(byte) Documentation changed from old to new.
Writes a CORBA octet (i.e.
void write_octet_array(byte[], int, int) Documentation changed from old to new.
Writes an array of CORBA octets (bytes) on this output stream.
void write_short(short) Documentation changed from old to new.
Writes a short value to this stream.
void write_short_array(short[], int, int) Documentation changed from old to new.
Writes an array of shorts on this output stream.
void write_string(String) Documentation changed from old to new.
Writes a string value to this stream.
void write_ulong(int) Documentation changed from old to new.
Writes an unsigned CORBA long (i.e.
void write_ulong_array(int[], int, int) Documentation changed from old to new.
Writes an array of unsigned CORBA longs (i.e.
void write_ulonglong(long) Documentation changed from old to new.
Writes an unsigned CORBA longlong (i.e.
void write_ulonglong_array(long[], int, int) Documentation changed from old to new.
Writes an array of unsigned CORBA longlongs (i.e.
void write_ushort(short) Documentation changed from old to new.
Writes an unsigned short value to this stream.
void write_ushort_array(short[], int, int) Documentation changed from old to new.
Writes an array of unsigned shorts on this output stream.
void write_wchar(char) Documentation changed from old to new.
Writes a wide char value to this stream.
void write_wchar_array(char[], int, int) Documentation changed from old to new.
Writes an array of wide chars on this output stream.
void write_wstring(String) Documentation changed from old to new.
Writes a wide string value to this stream.
void write(int) Documentation changed from old to new.
Writes an integer (length of arrays) onto this stream.