Method Summary |
|
public void | alignMethodArgs() |
public void | close() |
public void | completeRead() |
public int | getMajorVersion() |
public int | getMinorVersion() |
public ByteBuffer | getObjectKey() |
public int | getOffset() |
public CharBuffer | getOperation() |
public int | getRequestId() |
public int | getRequestType() |
public ValueHandler | getValueHandler() |
public XidImpl | getXid() |
public void | init(ReadStream rs) Initialize the reader with a new underlying stream. |
public boolean | isBigEndian() |
public boolean | isResponseExpected() |
public int | read() Reads the next byte. |
public byte[] | readBytes() |
public IOR | readIOR() |
public int | readInt() Reads a 32-bit integer from the input stream. |
public int | readInt(byte[] buffer, int offset) Reads a 32-bit integer from the input stream. |
public long | readLong() Reads a 64-bit integer from the input stream. |
public Object | readObject(Class cl) |
public void | readOctetSequence(ByteBuffer bb) |
public boolean | readRequest() |
public String | readString(int len) Reads a string from the input stream. |
public String | readString() |
public void | readString(CharBuffer cb) |
public String | readWideString() |
public org.omg.CORBA.Object | read_Object(Class cl) |
public org.omg.CORBA.Object | read_Object() Reads a CORBA object from the input stream. |
public Principal | read_Principal() Reads a CORBA object from the input stream. |
public org.omg.CORBA.TypeCode | read_TypeCode() Reads a CORBA object from the input stream. |
public Object | read_abstract_interface() Reads a CORBA object from the input stream. |
public org.omg.CORBA.Any | read_any() Reads a CORBA object from the input stream. |
public boolean | read_boolean() Reads a boolean from the input stream. |
public void | read_boolean_array(boolean[] v, int offset, int length) Reads a boolean array from the input stream. |
public char | read_char() Reads an 8-bit char from the input stream. |
public void | read_char_array(char[] v, int offset, int length) Reads a char array from the input stream. |
public double | read_double() Reads a 64-bit double from the input stream. |
public void | read_double_array(double[] v, int offset, int length) Reads a double array from the input stream. |
public Object | read_fault() |
public float | read_float() Reads a 32-bit float from the input stream. |
public void | read_float_array(float[] v, int offset, int length) Reads a float array from the input stream. |
public int | read_long() Reads a 32-bit integer from the input stream. |
public void | read_long_array(int[] v, int offset, int length) Reads an int array from the input stream. |
public long | read_longlong() Reads a 64-bit integer from the input stream. |
public void | read_longlong_array(long[] v, int offset, int length) Reads a long array from the input stream. |
public byte | read_octet() Reads an 8-bit byte from the input stream. |
public void | read_octet_array(byte[] v, int offset, int length) Reads a byte array from the input stream. |
public int | read_sequence_length() |
public short | read_short() Reads an 16-bit short from the input stream. |
public void | read_short_array(short[] v, int offset, int length) Reads a short array from the input stream. |
public String | read_string() Reads a string from the input stream. |
public int | read_ulong() Reads a 32-bit integer from the input stream. |
public void | read_ulong_array(int[] v, int offset, int length) Reads an int array from the input stream. |
public long | read_ulonglong() Reads a 64-bit integer from the input stream. |
public void | read_ulonglong_array(long[] v, int offset, int length) Reads a long array from the input stream. |
public short | read_ushort() Reads an 16-bit short from the input stream. |
public void | read_ushort_array(short[] v, int offset, int length) Reads a ushort array from the input stream. |
public Serializable | read_value() |
public Serializable | read_value(Class type) |
public char | read_wchar() Reads an 16-bit char from the input stream. |
public void | read_wchar_array(char[] v, int offset, int length) Reads a wchar array from the input stream. |
public String | read_wstring() Reads a string from the input stream. |
public String | read_wstring(int len) Reads a string from the input stream. |
public void | setOrb(ORBImpl orb) |