Generated by
JDiff

Class org.omg.CORBA.portable.InputStream

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.
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.
void read_boolean_array(boolean[], int, int) Documentation changed from old to new.
Reads an array of booleans from this input stream.
char read_char() Documentation changed from old to new.
Reads a char value from this input stream.
void read_char_array(char[], int, int) Documentation changed from old to new.
Reads an array of chars from this input stream.
double read_double() Documentation changed from old to new.
Reads a double value from this input stream.
void read_double_array(double[], int, int) Documentation changed from old to new.
Reads an array of boubles 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.
void read_float_array(float[], int, int) Documentation changed from old to new.
Reads an array of floats from this input stream.
int read_long() Documentation changed from old to new.
Reads a CORBA long (i.e.
void read_long_array(int[], int, int) Documentation changed from old to new.
Reads an array of CORBA longs (i.e.
long read_longlong() Documentation changed from old to new.
Reads a CORBA longlong (i.e.
void read_longlong_array(long[], int, int) Documentation changed from old to new.
Reads an array of CORBA longlongs (i.e.
byte read_octet() Documentation changed from old to new.
Reads an octet (i.e.
void read_octet_array(byte[], int, int) Documentation changed from old to new.
Reads an array of octets (i.e.
short read_short() Documentation changed from old to new.
Reads a short value from this input stream.
void read_short_array(short[], int, int) Documentation changed from old to new.
Reads an array of shorts 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 (i.e.
void read_ulong_array(int[], int, int) Documentation changed from old to new.
Reads an array of unsigned CORBA longs (i.e.
long read_ulonglong() Documentation changed from old to new.
Reads a CORBA unsigned longlong (i.e.
void read_ulonglong_array(long[], int, int) Documentation changed from old to new.
Reads an array of unsigned CORBA longlongs (i.e.
short read_ushort() Documentation changed from old to new.
Reads a unsigned short value from this input stream.
void read_ushort_array(short[], int, int) Documentation changed from old to new.
Reads an array of unsigned shorts from this input stream.
char read_wchar() Documentation changed from old to new.
Reads a wide char value from this input stream.
void read_wchar_array(char[], int, int) Documentation changed from old to new.
Reads an array of wide chars 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.
read_Object unmarshals an object and returns a CORBA Object which is an instance of the class passed as its argument.