Changed Methods |
ORB orb()
|
Documentation changed from old to new. |
Returns the ORB that created this InputStream. |
Context read_Context()
|
Documentation changed from old to new. |
Reads a CORBA context from the stream. |
Principal read_Principal()
|
Documentation changed from old to new. Changed from abstract to non-abstract.
|
Deprecated by CORBA 2.2. |
TypeCode read_TypeCode()
|
Documentation changed from old to new. |
Reads a TypeCode from this input stream. |
Any read_any()
|
Documentation changed from old to new. |
Reads an Any from this input stream. |
boolean read_boolean()
|
Documentation changed from old to new. |
Reads a boolean value from this input stream. |
char read_char()
|
Documentation changed from old to new. |
Reads a char value from this input stream. |
double read_double()
|
Documentation changed from old to new. |
Reads a double value from this input stream. |
BigDecimal read_fixed()
|
Documentation changed from old to new. |
Reads a BigDecimal number. |
float read_float()
|
Documentation changed from old to new. |
Reads a float value from this input stream. |
int read_long()
|
Documentation changed from old to new. |
Reads a CORBA long (that is Java int) value from this input stream. |
void read_long_array(int[], int, int)
|
Documentation changed from old to new. |
Reads an array of CORBA longs (that is Java ints) from this input stream. |
long read_longlong()
|
Documentation changed from old to new. |
Reads a CORBA longlong (that is Java long) value from this input stream. |
void read_longlong_array(long[], int, int)
|
Documentation changed from old to new. |
Reads an array of CORBA longlongs (that is Java longs) from this input stream. |
byte read_octet()
|
Documentation changed from old to new. |
Reads an octet (that is a byte) value from this input stream. |
void read_octet_array(byte[], int, int)
|
Documentation changed from old to new. |
Reads an array of octets (that is bytes) from this input stream. |
short read_short()
|
Documentation changed from old to new. |
Reads a short value from this input stream. |
String read_string()
|
Documentation changed from old to new. |
Reads a string value from this input stream. |
int read_ulong()
|
Documentation changed from old to new. |
Reads an unsigned CORBA long (that is Java int) value from this input stream. |
void read_ulong_array(int[], int, int)
|
Documentation changed from old to new. |
Reads an array of unsigned CORBA longs (that is Java ints) from this input stream. |
long read_ulonglong()
|
Documentation changed from old to new. |
Reads a CORBA unsigned longlong (that is Java long) value from this input stream. |
void read_ulonglong_array(long[], int, int)
|
Documentation changed from old to new. |
Reads an array of unsigned CORBA longlongs (that is Java longs) from this input stream. |
short read_ushort()
|
Documentation changed from old to new. |
Reads a unsigned short value from this input stream. |
char read_wchar()
|
Documentation changed from old to new. |
Reads a wide char value from this input stream. |
String read_wstring()
|
Documentation changed from old to new. |
Reads a wide string value from this input stream. |
Object read_Object()
|
Documentation changed from old to new. |
Reads a CORBA object from this input stream. |
Object read_Object(Class )
|
Documentation changed from old to new. |
Unmarshals an object and returns a CORBA Object which is an instance of the class passed as its argument. |