|
|
org > org.omg > org.omg.corba > org.omg.corba.portable > org.omg.corba.portable.inputstream >
Class: org.omg.CORBA.portable.InputStream java.lang.Object java.io.InputStream org.omg.CORBA.portable.InputStream
public abstract class InputStream extends InputStream
FIELDS:
CONSTRUCTORS:
METHODS:
| | | | public | ORB | orb() |
| | public | int | read() Throws: IOException Overrides: InputStream |
| | public | Context | read_Context() |
| | public abstract | Object | read_Object() |
| | public | Object | read_Object(Class clz) |
| | public | Principal | read_Principal() |
| | public abstract | TypeCode | read_TypeCode() |
| | public abstract | Any | read_any() |
| | public abstract | boolean | read_boolean() |
| | public abstract | void | read_boolean_array(boolean[] value, int offset, int length) |
| | public abstract | char | read_char() |
| | public abstract | void | read_char_array(char[] value, int offset, int length) |
| | public abstract | double | read_double() |
| | public abstract | void | read_double_array(double[] value, int offset, int length) |
| | public | BigDecimal | read_fixed() |
| | public abstract | float | read_float() |
| | public abstract | void | read_float_array(float[] value, int offset, int length) |
| | public abstract | int | read_long() |
| | public abstract | void | read_long_array(int[] value, int offset, int length) |
| | public abstract | long | read_longlong() |
| | public abstract | void | read_longlong_array(long[] value, int offset, int length) |
| | public abstract | byte | read_octet() |
| | public abstract | void | read_octet_array(byte[] value, int offset, int length) |
| | public abstract | short | read_short() |
| | public abstract | void | read_short_array(short[] value, int offset, int length) |
| | public abstract | String | read_string() |
| | public abstract | int | read_ulong() |
| | public abstract | void | read_ulong_array(int[] value, int offset, int length) |
| | public abstract | long | read_ulonglong() |
| | public abstract | void | read_ulonglong_array(long[] value, int offset, int length) |
| | public abstract | short | read_ushort() |
| | public abstract | void | read_ushort_array(short[] value, int offset, int length) |
| | public abstract | char | read_wchar() |
| | public abstract | void | read_wchar_array(char[] value, int offset, int length) |
| | public abstract | String | read_wstring() |
| |
|
|
|
INHERITED METHODS:
| read(), read(byte[]), read(byte[], int, int), skip(long), available(), close(), mark(int), reset(), markSupported(), getClass(), hashCode(), equals(java.lang.Object), clone(), toString(), notify(), notifyAll(), wait(long), wait(long, int), wait(), finalize(), |
|
|
|
SUBCLASSES:
|
|



|