Methods Summary |
---|
public org.omg.CORBA.ORB | orb()Returns the ORB that created this InputStream.
throw new org.omg.CORBA.NO_IMPLEMENT();
|
public int | read()
throw new org.omg.CORBA.NO_IMPLEMENT();
|
public org.omg.CORBA.Context | read_Context()Reads a CORBA context from the stream.
throw new org.omg.CORBA.NO_IMPLEMENT();
|
public abstract org.omg.CORBA.Object | read_Object()Reads a CORBA object from this input stream.
|
public org.omg.CORBA.Object | read_Object(java.lang.Class clz)Unmarshals an object and returns a CORBA Object,
which is an instance of the class passed as its argument.
This class is the stub class of the expected type.
throw new org.omg.CORBA.NO_IMPLEMENT();
|
public org.omg.CORBA.Principal | read_Principal()Returns principal for invocation.
throw new org.omg.CORBA.NO_IMPLEMENT();
|
public abstract org.omg.CORBA.TypeCode | read_TypeCode()Reads a TypeCode from this input stream.
|
public abstract org.omg.CORBA.Any | read_any()Reads an Any from this input stream.
|
public abstract boolean | read_boolean()Reads a boolean value from this input stream.
|
public abstract void | read_boolean_array(boolean[] value, int offset, int length)Reads an array of booleans from this input stream.
|
public abstract char | read_char()Reads a char value from this input stream.
|
public abstract void | read_char_array(char[] value, int offset, int length)Reads an array of chars from this input stream.
|
public abstract double | read_double()Reads a double value from this input stream.
|
public abstract void | read_double_array(double[] value, int offset, int length)Reads an array of doubles from this input stream.
|
public java.math.BigDecimal | read_fixed()Reads a BigDecimal number.
throw new org.omg.CORBA.NO_IMPLEMENT();
|
public abstract float | read_float()Reads a float value from this input stream.
|
public abstract void | read_float_array(float[] value, int offset, int length)Reads an array of floats from this input stream.
|
public abstract int | read_long()Reads a CORBA long (that is, Java int) value from this input stream.
|
public abstract void | read_long_array(int[] value, int offset, int length)Reads an array of CORBA longs (that is, Java ints) from this input stream.
|
public abstract long | read_longlong()Reads a CORBA longlong (that is, Java long) value from this input stream.
|
public abstract void | read_longlong_array(long[] value, int offset, int length)Reads an array of CORBA longlongs (that is, Java longs) from this input
stream.
|
public abstract byte | read_octet()Reads an octet (that is, a byte) value from this input stream.
|
public abstract void | read_octet_array(byte[] value, int offset, int length)Reads an array of octets (that is, bytes) from this input stream.
|
public abstract short | read_short()Reads a short value from this input stream.
|
public abstract void | read_short_array(short[] value, int offset, int length)Reads an array of shorts from this input stream.
|
public abstract java.lang.String | read_string()Reads a string value from this input stream.
|
public abstract int | read_ulong()Reads an unsigned CORBA long (that is, Java int) value from this input
stream.
|
public abstract void | read_ulong_array(int[] value, int offset, int length)Reads an array of unsigned CORBA longs (that is, Java ints) from this input
stream.
|
public abstract long | read_ulonglong()Reads a CORBA unsigned longlong (that is, Java long) value from this input
stream.
|
public abstract void | read_ulonglong_array(long[] value, int offset, int length)Reads an array of unsigned CORBA longlongs (that is, Java longs) from this
input stream.
|
public abstract short | read_ushort()Reads a unsigned short value from this input stream.
|
public abstract void | read_ushort_array(short[] value, int offset, int length)Reads an array of unsigned shorts from this input stream.
|
public abstract char | read_wchar()Reads a wide char value from this input stream.
|
public abstract void | read_wchar_array(char[] value, int offset, int length)Reads an array of wide chars from this input stream.
|
public abstract java.lang.String | read_wstring()Reads a wide string value from this input stream.
|