|
|
org > org.omg > org.omg.corba > org.omg.corba.portable > org.omg.corba.portable.outputstream >
Class: org.omg.CORBA.portable.OutputStream java.lang.Object java.io.OutputStream org.omg.CORBA.portable.OutputStream
public abstract class OutputStream extends OutputStream
FIELDS:
CONSTRUCTORS:
METHODS:
| | | | public abstract | InputStream | create_input_stream() |
| | public | ORB | orb() |
| | public | void | write(int b) Throws: IOException Overrides: OutputStream |
| | public | void | write_Context(Context ctx, ContextList contexts) |
| | public abstract | void | write_Object(Object value) |
| | public | void | write_Principal(Principal value) |
| | public abstract | void | write_TypeCode(TypeCode value) |
| | public abstract | void | write_any(Any value) |
| | public abstract | void | write_boolean(boolean value) |
| | public abstract | void | write_boolean_array(boolean[] value, int offset, int length) |
| | public abstract | void | write_char(char value) |
| | public abstract | void | write_char_array(char[] value, int offset, int length) |
| | public abstract | void | write_double(double value) |
| | public abstract | void | write_double_array(double[] value, int offset, int length) |
| | public | void | write_fixed(BigDecimal value) |
| | public abstract | void | write_float(float value) |
| | public abstract | void | write_float_array(float[] value, int offset, int length) |
| | public abstract | void | write_long(int value) |
| | public abstract | void | write_long_array(int[] value, int offset, int length) |
| | public abstract | void | write_longlong(long value) |
| | public abstract | void | write_longlong_array(long[] value, int offset, int length) |
| | public abstract | void | write_octet(byte value) |
| | public abstract | void | write_octet_array(byte[] value, int offset, int length) |
| | public abstract | void | write_short(short value) |
| | public abstract | void | write_short_array(short[] value, int offset, int length) |
| | public abstract | void | write_string(String value) |
| | public abstract | void | write_ulong(int value) |
| | public abstract | void | write_ulong_array(int[] value, int offset, int length) |
| | public abstract | void | write_ulonglong(long value) |
| | public abstract | void | write_ulonglong_array(long[] value, int offset, int length) |
| | public abstract | void | write_ushort(short value) |
| | public abstract | void | write_ushort_array(short[] value, int offset, int length) |
| | public abstract | void | write_wchar(char value) |
| | public abstract | void | write_wchar_array(char[] value, int offset, int length) |
| | public abstract | void | write_wstring(String value) |
| |
|
|
|
INHERITED METHODS:
| write(int), write(byte[]), write(byte[], int, int), flush(), close(), getClass(), hashCode(), equals(java.lang.Object), clone(), toString(), notify(), notifyAll(), wait(long), wait(long, int), wait(), finalize(), |
|
|
|
SUBCLASSES:
|
|



|