Methods Summary |
---|
public void | consumeEndian()
|
public int | getPosition()
|
public void | mark(int readAheadLimit)
|
public void | performORBVersionSpecificInit()This must be called once before unmarshaling valuetypes or anything
that uses repository IDs. The ORB's version should be set
to the desired value prior to calling.
|
public org.omg.CORBA.Object | read_Object()
|
public org.omg.CORBA.Object | read_Object(java.lang.Class stubClass)
|
public org.omg.CORBA.Principal | read_Principal()
|
public org.omg.CORBA.TypeCode | read_TypeCode()
|
public org.omg.CORBA.Any | read_any()
|
public boolean | read_boolean()
|
public void | read_boolean_array(boolean[] value, int offset, int length)
|
public char | read_char()
|
public void | read_char_array(char[] value, int offset, int length)
|
public double | read_double()
|
public void | read_double_array(double[] value, int offset, int length)
|
public float | read_float()
|
public void | read_float_array(float[] value, int offset, int length)
|
public int | read_long()
|
public void | read_long_array(int[] value, int offset, int length)
|
public long | read_longlong()
|
public void | read_longlong_array(long[] value, int offset, int length)
|
public byte | read_octet()
|
public void | read_octet_array(byte[] value, int offset, int length)
|
public short | read_short()
|
public void | read_short_array(short[] value, int offset, int length)
|
public java.lang.String | read_string()
|
public int | read_ulong()
|
public void | read_ulong_array(int[] value, int offset, int length)
|
public long | read_ulonglong()
|
public void | read_ulonglong_array(long[] value, int offset, int length)
|
public short | read_ushort()
|
public void | read_ushort_array(short[] value, int offset, int length)
|
public java.io.Serializable | read_value()
|
public char | read_wchar()
|
public void | read_wchar_array(char[] value, int offset, int length)
|
public java.lang.String | read_wstring()
|
public void | reset()
|
public void | resetCodeSetConverters()Tells the input stream to null any code set converter
references, forcing it to reacquire them if it needs
converters again. This is used when the server
input stream needs to switch the connection's char code set
converter to something different after reading the
code set service context for the first time. Initially,
we use ISO8859-1 to read the operation name (it can't
be more than ASCII).
|