|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectjava.io.InputStream
org.omg.CORBA.portable.InputStream
org.omg.CORBA_2_3.portable.InputStream
org.openorb.orb.io.ListInputStream
public class ListInputStream
This implementation of org.omg.CORBA_2_3.portable.InputStream uses a list as it's backing store. All non primitive types are stored by reference.
| Constructor Summary | |
|---|---|
ListInputStream(org.omg.CORBA.ORB orb,
java.util.List source)
Create new list input stream. |
|
| Method Summary | |
|---|---|
int |
available()
This operation is not available as the stream does not deal with bytes. |
boolean |
equals(java.lang.Object obj)
Compare this ListInputStream to another ListInputStream or ListOutputStream. |
java.lang.String |
get_codebase()
Get codebase associated with stream. |
int |
getSourceSize()
Set the index into the source. |
void |
mark(int ign)
Mark the position for later resetting. |
boolean |
markAvailable()
Returns true. |
org.omg.CORBA.ORB |
orb()
Get the orb associated with the stream. |
java.lang.Object |
read_abstract_interface()
|
java.lang.Object |
read_abstract_interface(java.lang.Class clz)
|
org.omg.CORBA.Any |
read_any()
|
void |
read_boolean_array(boolean[] dest,
int off,
int len)
Read a boolean array. |
boolean |
read_boolean()
Read a boolean value. |
void |
read_char_array(char[] dest,
int off,
int len)
|
char |
read_char()
|
org.omg.CORBA.Context |
read_Context()
|
void |
read_double_array(double[] dest,
int off,
int len)
|
double |
read_double()
|
java.math.BigDecimal |
read_fixed()
|
java.math.BigDecimal |
read_fixed(short digits,
short scale)
read a fixed. |
java.math.BigDecimal |
read_fixed(org.omg.CORBA.TypeCode type)
read a fixed. |
void |
read_float_array(float[] dest,
int off,
int len)
|
float |
read_float()
|
void |
read_long_array(int[] dest,
int off,
int len)
|
int |
read_long()
|
void |
read_longlong_array(long[] dest,
int off,
int len)
|
long |
read_longlong()
|
org.omg.CORBA.Object |
read_Object()
|
org.omg.CORBA.Object |
read_Object(java.lang.Class clz)
|
void |
read_octet_array(byte[] dest,
int off,
int len)
|
byte |
read_octet()
|
org.omg.CORBA.Principal |
read_Principal()
Deprecated. Deprecated by CORBA 2.2 |
void |
read_short_array(short[] dest,
int off,
int len)
|
short |
read_short()
|
java.lang.String |
read_string()
|
org.omg.CORBA.TypeCode |
read_TypeCode()
|
void |
read_ulong_array(int[] dest,
int off,
int len)
|
int |
read_ulong()
|
void |
read_ulonglong_array(long[] dest,
int off,
int len)
|
long |
read_ulonglong()
|
void |
read_ushort_array(short[] dest,
int off,
int len)
|
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)
This function has a nonstandard implementation, it copies the data from the contained valuetype into the given target. |
java.io.Serializable |
read_value(java.lang.String rep_id)
|
void |
read_wchar_array(char[] dest,
int off,
int len)
|
char |
read_wchar()
|
java.lang.String |
read_wstring()
|
void |
reset()
Reset the position to one previously marked. |
int |
skip()
This operation is not available as the stream does not deal with bytes. |
| Methods inherited from class org.omg.CORBA.portable.InputStream |
|---|
read |
| Methods inherited from class java.io.InputStream |
|---|
close, markSupported, read, read, skip |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ListInputStream(org.omg.CORBA.ORB orb,
java.util.List source)
orb - the owning orb.source - data source.| Method Detail |
|---|
public org.omg.CORBA.ORB orb()
orb in interface ExtendedInputStreamorb in class org.omg.CORBA.portable.InputStreampublic java.lang.String get_codebase()
get_codebase in interface ExtendedInputStreampublic int getSourceSize()
public int skip()
public int available()
available in class java.io.InputStreampublic boolean markAvailable()
public void mark(int ign)
mark in class java.io.InputStreamign - ignored, stream does not deal with bytes.public void reset()
reset in class java.io.InputStreampublic boolean read_boolean()
read_boolean in class org.omg.CORBA.portable.InputStream
public void read_boolean_array(boolean[] dest,
int off,
int len)
read_boolean_array in class org.omg.CORBA.portable.InputStreampublic byte read_octet()
read_octet in class org.omg.CORBA.portable.InputStream
public void read_octet_array(byte[] dest,
int off,
int len)
read_octet_array in class org.omg.CORBA.portable.InputStreampublic short read_short()
read_short in class org.omg.CORBA.portable.InputStream
public void read_short_array(short[] dest,
int off,
int len)
read_short_array in class org.omg.CORBA.portable.InputStreampublic short read_ushort()
read_ushort in class org.omg.CORBA.portable.InputStream
public void read_ushort_array(short[] dest,
int off,
int len)
read_ushort_array in class org.omg.CORBA.portable.InputStreampublic int read_long()
read_long in class org.omg.CORBA.portable.InputStream
public void read_long_array(int[] dest,
int off,
int len)
read_long_array in class org.omg.CORBA.portable.InputStreampublic int read_ulong()
read_ulong in class org.omg.CORBA.portable.InputStream
public void read_ulong_array(int[] dest,
int off,
int len)
read_ulong_array in class org.omg.CORBA.portable.InputStreampublic long read_longlong()
read_longlong in class org.omg.CORBA.portable.InputStream
public void read_longlong_array(long[] dest,
int off,
int len)
read_longlong_array in class org.omg.CORBA.portable.InputStreampublic long read_ulonglong()
read_ulonglong in class org.omg.CORBA.portable.InputStream
public void read_ulonglong_array(long[] dest,
int off,
int len)
read_ulonglong_array in class org.omg.CORBA.portable.InputStreampublic char read_char()
read_char in class org.omg.CORBA.portable.InputStream
public void read_char_array(char[] dest,
int off,
int len)
read_char_array in class org.omg.CORBA.portable.InputStreampublic char read_wchar()
read_wchar in class org.omg.CORBA.portable.InputStream
public void read_wchar_array(char[] dest,
int off,
int len)
read_wchar_array in class org.omg.CORBA.portable.InputStreampublic float read_float()
read_float in class org.omg.CORBA.portable.InputStream
public void read_float_array(float[] dest,
int off,
int len)
read_float_array in class org.omg.CORBA.portable.InputStreampublic double read_double()
read_double in class org.omg.CORBA.portable.InputStream
public void read_double_array(double[] dest,
int off,
int len)
read_double_array in class org.omg.CORBA.portable.InputStreampublic java.lang.String read_string()
read_string in class org.omg.CORBA.portable.InputStreampublic java.lang.String read_wstring()
read_wstring in class org.omg.CORBA.portable.InputStreampublic org.omg.CORBA.Object read_Object()
read_Object in class org.omg.CORBA.portable.InputStreampublic org.omg.CORBA.Object read_Object(java.lang.Class clz)
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 org.omg.CORBA.Context read_Context()
read_Context in class org.omg.CORBA.portable.InputStreampublic org.omg.CORBA.Principal read_Principal()
read_Principal in class org.omg.CORBA.portable.InputStreampublic java.math.BigDecimal read_fixed()
read_fixed in class org.omg.CORBA.portable.InputStreampublic java.math.BigDecimal read_fixed(org.omg.CORBA.TypeCode type)
read_fixed in interface ExtendedInputStream
public java.math.BigDecimal read_fixed(short digits,
short scale)
read_fixed in interface ExtendedInputStreamread_fixed 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.InputStreampublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||