public class LocalInputStream
extends org.omg.CORBA_2_3.portable.InputStream
InputStream
for streaming local calls (that are not handled by stubs as JDK1.4 idl compiler)| Constructor and Description |
|---|
LocalInputStream(java.util.List arglist)
Creates a new instance of LocalInputStream.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
read_abstract_interface() |
java.lang.Object |
read_abstract_interface(java.lang.Class clz) |
org.omg.CORBA.Any |
read_any()
Read an any value.
|
void |
read_boolean_array(boolean[] value,
int offset,
int length)
Read a boolean array.
|
boolean |
read_boolean()
Read a boolean.
|
void |
read_char_array(char[] value,
int offset,
int length)
Read a char array.
|
char |
read_char()
Read a char.
|
void |
read_double_array(double[] value,
int offset,
int length) |
double |
read_double() |
void |
read_float_array(float[] value,
int offset,
int length) |
float |
read_float() |
void |
read_long_array(int[] value,
int offset,
int length) |
int |
read_long() |
void |
read_longlong_array(long[] value,
int offset,
int length) |
long |
read_longlong() |
org.omg.CORBA.Object |
read_Object()
Read an Object.
|
org.omg.CORBA.Object |
read_Object(java.lang.Class clz)
Read an Object.
|
void |
read_octet_array(byte[] value,
int offset,
int length) |
byte |
read_octet() |
void |
read_short_array(short[] value,
int offset,
int length) |
short |
read_short() |
java.lang.String |
read_string() |
org.omg.CORBA.TypeCode |
read_TypeCode()
Reads a typecode.
|
void |
read_ulong_array(int[] value,
int offset,
int length) |
int |
read_ulong() |
void |
read_ulonglong_array(long[] value,
int offset,
int length) |
long |
read_ulonglong() |
void |
read_ushort_array(short[] value,
int offset,
int length) |
short |
read_ushort() |
java.io.Serializable |
read_value() |
java.io.Serializable |
read_value(org.omg.CORBA.portable.BoxedValueHelper factory) |
java.io.Serializable |
read_value(java.lang.Class clz) |
java.io.Serializable |
read_value(java.io.Serializable value) |
java.io.Serializable |
read_value(java.lang.String rep_id) |
void |
read_wchar_array(char[] value,
int offset,
int length) |
char |
read_wchar() |
java.lang.String |
read_wstring() |
void |
reset()
Set the pointer of the list to its beginning.
|
java.lang.String |
toString()
Creates a stringified representation of the stream contents.
|
orb, read_Context, read_fixed, read_fixed, read_Principal, readpublic LocalInputStream(java.util.List arglist)
arglist - The List used for reading elements.public java.lang.String toString()
toString in class java.lang.Objectpublic void reset()
reset in class java.io.InputStreampublic org.omg.CORBA.Object read_Object(java.lang.Class clz)
read_Object in class org.omg.CORBA.portable.InputStreamclz - Class for result type.public org.omg.CORBA.Object read_Object()
read_Object in class org.omg.CORBA.portable.InputStreampublic org.omg.CORBA.TypeCode read_TypeCode()
read_TypeCode in class org.omg.CORBA.portable.InputStreampublic org.omg.CORBA.Any read_any()
read_any in class org.omg.CORBA.portable.InputStreampublic boolean read_boolean()
read_boolean in class org.omg.CORBA.portable.InputStreampublic void read_boolean_array(boolean[] value,
int offset,
int length)
read_boolean_array in class org.omg.CORBA.portable.InputStreamvalue - The array to put the values in.offset - The offset from which to start reading.length - The number of boolean to read.public char read_char()
read_char in class org.omg.CORBA.portable.InputStreampublic void read_char_array(char[] value,
int offset,
int length)
read_char_array in class org.omg.CORBA.portable.InputStreamvalue - The array to put the values into.offset - The offset from which to start reading.length - The number of chars to read.public double read_double()
read_double in class org.omg.CORBA.portable.InputStreampublic void read_double_array(double[] value,
int offset,
int length)
read_double_array in class org.omg.CORBA.portable.InputStreampublic float read_float()
read_float in class org.omg.CORBA.portable.InputStreampublic void read_float_array(float[] value,
int offset,
int length)
read_float_array in class org.omg.CORBA.portable.InputStreampublic int read_long()
read_long in class org.omg.CORBA.portable.InputStreampublic void read_long_array(int[] value,
int offset,
int length)
read_long_array in class org.omg.CORBA.portable.InputStreampublic long read_longlong()
read_longlong in class org.omg.CORBA.portable.InputStreampublic void read_longlong_array(long[] value,
int offset,
int length)
read_longlong_array in class org.omg.CORBA.portable.InputStreampublic byte read_octet()
read_octet in class org.omg.CORBA.portable.InputStreampublic void read_octet_array(byte[] value,
int offset,
int length)
read_octet_array in class org.omg.CORBA.portable.InputStreampublic short read_short()
read_short in class org.omg.CORBA.portable.InputStreampublic void read_short_array(short[] value,
int offset,
int length)
read_short_array in class org.omg.CORBA.portable.InputStreampublic java.lang.String read_string()
read_string in class org.omg.CORBA.portable.InputStreampublic int read_ulong()
read_ulong in class org.omg.CORBA.portable.InputStreampublic void read_ulong_array(int[] value,
int offset,
int length)
read_ulong_array in class org.omg.CORBA.portable.InputStreampublic long read_ulonglong()
read_ulonglong in class org.omg.CORBA.portable.InputStreampublic void read_ulonglong_array(long[] value,
int offset,
int length)
read_ulonglong_array in class org.omg.CORBA.portable.InputStreampublic short read_ushort()
read_ushort in class org.omg.CORBA.portable.InputStreampublic void read_ushort_array(short[] value,
int offset,
int length)
read_ushort_array in class org.omg.CORBA.portable.InputStreampublic char read_wchar()
read_wchar in class org.omg.CORBA.portable.InputStreampublic void read_wchar_array(char[] value,
int offset,
int length)
read_wchar_array in class org.omg.CORBA.portable.InputStreampublic java.lang.String read_wstring()
read_wstring in class org.omg.CORBA.portable.InputStreampublic java.io.Serializable read_value()
read_value in class org.omg.CORBA_2_3.portable.InputStreampublic java.io.Serializable read_value(java.lang.String rep_id)
read_value in class org.omg.CORBA_2_3.portable.InputStreampublic java.io.Serializable read_value(java.lang.Class clz)
read_value in class org.omg.CORBA_2_3.portable.InputStreampublic java.io.Serializable read_value(org.omg.CORBA.portable.BoxedValueHelper factory)
read_value in class org.omg.CORBA_2_3.portable.InputStreampublic java.io.Serializable read_value(java.io.Serializable value)
read_value in class org.omg.CORBA_2_3.portable.InputStreampublic java.lang.Object read_abstract_interface()
read_abstract_interface in class org.omg.CORBA_2_3.portable.InputStreampublic java.lang.Object read_abstract_interface(java.lang.Class clz)
read_abstract_interface in class org.omg.CORBA_2_3.portable.InputStream