J-Integra® Espresso Programming Documentation (API)

InputStream Members

Methods

orb Returns the ORB that created this InputStream.
read_any Reads an Any from this input stream.
read_boolean_array Reads an array of booleans from this input stream.
read_boolean Reads a boolean value from this input stream.
read_char_array Reads an array of chars from this input stream.
read_char Reads a char value from this input stream.
read_double_array Reads an array of boubles from this input stream.
read_double Reads a double value from this input stream.
read_fixed Reads a BigDecimal number.
read_float_array Reads an array of floats from this input stream.
read_float Reads a float value from this input stream.
read_long_array Reads an array of CORBA longs (that is, C# ints) from this input stream.
read_long Reads a CORBA long (that is, C# int) value from this input stream.
read_longlong_array Reads an array of CORBA longlongs (that is, C# longs) from this input stream.
read_longlong Reads a CORBA longlong (that is, C# long) value from this input stream.
read_Object Reads a CORBA object from this input stream.
read_Object Unmarshals an object and returns a CORBA Object, which is an instance of the class passed as its argument.
read_octet_array Reads an array of octets (that is, bytes) from this input stream.
read_octet Reads an octet (that is, a byte) value from this input stream.
read_short_array Reads an array of shorts from this input stream.
read_short Reads a short value from this input stream.
read_string Reads a string value from this input stream.
read_TypeCode Reads a TypeCode from this input stream.
read_ulong_array Reads an array of unsigned CORBA longs (that is, C# uints) from this input stream.
read_ulong Reads an unsigned CORBA long (that is, C# uint) value from this input stream.
read_ulonglong_array Reads an array of unsigned CORBA longlongs (that is, C# ulongs) from this input stream.
read_ulonglong Reads a CORBA unsigned longlong (that is, C# ulong) value from this input stream.
read_ushort_array Reads an array of unsigned shorts from this input stream.
read_ushort Reads a unsigned short value from this input stream.
read_wchar_array Reads an array of wide chars from this input stream.
read_wchar Reads a wide char value from this input stream.
read_wstring Reads a wide string value from this input stream.

See Also

InputStream Class | CORBA.portable Namespace | Ics.CORBA Namespace