Copyright (c) 1999-2000 Object Management Group. Unlimited rights to
duplicate and use this code are hereby granted provided that this
copyright notice is included.
read
public int read()
throws java.io.IOException
read_Context
public Context read_Context()
read_Object
public Object read_Object()
read_Object
public Object read_Object(java.lang.Class clz)
read_Principal
public Principal read_Principal()
Deprecated by CORBA 2.2
read_TypeCode
public TypeCode read_TypeCode()
read_any
public Any read_any()
read_boolean
public boolean read_boolean()
read_boolean_array
public void read_boolean_array(boolean[] value,
int offset,
int length)
read_char
public char read_char()
read_char_array
public void read_char_array(char[] value,
int offset,
int length)
read_double
public double read_double()
read_double_array
public void read_double_array(double[] value,
int offset,
int length)
read_fixed
public java.math.BigDecimal read_fixed()
Deprecated by CORBA 2.4
read_fixed
public java.math.BigDecimal read_fixed(short digits,
short scale)
read_float
public float read_float()
read_float_array
public void read_float_array(float[] value,
int offset,
int length)
read_long
public int read_long()
read_long_array
public void read_long_array(int[] value,
int offset,
int length)
read_longlong
public long read_longlong()
read_longlong_array
public void read_longlong_array(long[] value,
int offset,
int length)
read_octet
public byte read_octet()
read_octet_array
public void read_octet_array(byte[] value,
int offset,
int length)
read_short
public short read_short()
read_short_array
public void read_short_array(short[] value,
int offset,
int length)
read_string
public String read_string()
read_ulong
public int read_ulong()
read_ulong_array
public void read_ulong_array(int[] value,
int offset,
int length)
read_ulonglong
public long read_ulonglong()
read_ulonglong_array
public void read_ulonglong_array(long[] value,
int offset,
int length)
read_ushort
public short read_ushort()
read_ushort_array
public void read_ushort_array(short[] value,
int offset,
int length)
read_wchar
public char read_wchar()
read_wchar_array
public void read_wchar_array(char[] value,
int offset,
int length)
read_wstring
public String read_wstring()