|
||||||||||||
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.jacorb.orb.CDRInputStream
Read CDR encoded data
Field Summary | |
---|---|
protected byte[] |
buffer
indices into the actual buffer |
protected int |
giop_minor
|
protected int |
index
|
boolean |
littleEndian
|
protected int |
pos
|
Constructor Summary | |
---|---|
CDRInputStream(ORB orb,
byte[] buf)
|
|
CDRInputStream(ORB orb,
byte[] buf,
boolean littleEndian)
|
Method Summary | |
---|---|
int |
available()
|
void |
close()
|
void |
closeEncapsulation()
close a CDR encapsulation and restore index and byte order information |
int |
get_pos()
|
byte[] |
getBufferCopy()
|
int |
getGIOPMinor()
|
void |
mark(int readLimit)
|
boolean |
markSupported()
|
void |
openEncapsulatedArray()
|
int |
openEncapsulation()
open a CDR encapsulation and restore index and byte order information |
ORB |
orb()
|
java.lang.Object |
read_abstract_interface()
Reads an abstract interface from this stream. |
java.lang.Object |
read_abstract_interface(java.lang.Class clz)
Reads an abstract interface from this stream. |
Any |
read_any()
|
void |
read_boolean_array(boolean[] value,
int offset,
int length)
arrays |
boolean |
read_boolean()
|
void |
read_char_array(char[] value,
int offset,
int length)
|
char |
read_char()
|
void |
read_double_array(double[] value,
int offset,
int length)
|
double |
read_double()
|
java.math.BigDecimal |
read_fixed()
|
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()
|
Object |
read_Object()
|
Object |
read_Object(java.lang.Class clz)
|
void |
read_octet_array(byte[] value,
int offset,
int length)
|
byte |
read_octet()
|
Principal |
read_Principal()
|
void |
read_short_array(short[] value,
int offset,
int length)
|
short |
read_short()
Read methods for big-endian as well as little endian data input contributed by Mark Allerton |
java.lang.String |
read_string()
|
TypeCode |
read_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(BoxedValueHelper factory)
Overrides read_value(factory) in org.omg.CORBA_2_3.portable.InputStream |
java.io.Serializable |
read_value(java.lang.Class clz)
Overrides read_value(clz) in org.omg.CORBA_2_3.portable.InputStream |
java.io.Serializable |
read_value(java.io.Serializable value)
Unmarshals a valuetype instance from this stream. |
java.io.Serializable |
read_value(java.lang.String rep_id)
Overrides read_value(java.io.Serializable value) in org.omg.CORBA_2_3.portable.InputStream |
void |
read_wchar_array(char[] value,
int offset,
int length)
|
char |
read_wchar()
|
java.lang.String |
read_wstring()
|
int |
read()
Reads the next byte of data from the input stream. |
int |
read(byte[] b)
Has the effect of read(b, 0, b.length); |
int |
read(byte[] b,
int off,
int len)
Performs as described by java.io.InputStream.read(byte[], int, int) ,
but never blocks. |
void |
register_value(java.io.Serializable value)
Stores `value' into this stream's valueMap. |
void |
reset()
|
void |
setCodeSet(int codeSet,
int codeSetWide)
|
void |
setGIOPMinor(int giop_minor)
|
void |
setLittleEndian(boolean b)
|
protected void |
skip(int distance)
|
Methods inherited from class org.omg.CORBA.portable.InputStream |
---|
read_Context, read_fixed |
Methods inherited from class java.io.InputStream |
---|
skip |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected int giop_minor
public boolean littleEndian
protected byte[] buffer
protected int pos
protected int index
Constructor Detail |
public CDRInputStream(ORB orb, byte[] buf)
public CDRInputStream(ORB orb, byte[] buf, boolean littleEndian)
Method Detail |
public void setGIOPMinor(int giop_minor)
public int getGIOPMinor()
public void close() throws java.io.IOException
java.io.IOException
public ORB orb()
orb
in class InputStream
public void setCodeSet(int codeSet, int codeSetWide)
protected final void skip(int distance)
public final void closeEncapsulation()
public final int openEncapsulation()
public final void openEncapsulatedArray()
public byte[] getBufferCopy()
public int read() throws java.io.IOException
int
in the range 0
to
255
. If no byte is available because the end of the stream
has been reached, the value -1
is returned.
read
in class InputStream
-1
if the end of the
stream is reached.
java.io.IOException
- if stream is closed.public int available()
public int read(byte[] b) throws java.io.IOException
java.io.IOException
read()
public int read(byte[] b, int off, int len) throws java.io.IOException
java.io.InputStream.read(byte[], int, int)
,
but never blocks.
java.io.IOException
public final Any read_any()
read_any
in class InputStream
public final boolean read_boolean()
read_boolean
in class InputStream
public final void read_boolean_array(boolean[] value, int offset, int length)
read_boolean_array
in class InputStream
public final char read_char()
read_char
in class InputStream
public final void read_char_array(char[] value, int offset, int length)
read_char_array
in class InputStream
public final double read_double()
read_double
in class InputStream
public final void read_double_array(double[] value, int offset, int length)
read_double_array
in class InputStream
public final java.math.BigDecimal read_fixed()
read_fixed
in class InputStream
public final float read_float()
read_float
in class InputStream
public final void read_float_array(float[] value, int offset, int length)
read_float_array
in class InputStream
public final int read_long()
read_long
in class InputStream
public final void read_long_array(int[] value, int offset, int length)
read_long_array
in class InputStream
public final long read_longlong()
read_longlong
in class InputStream
public final void read_longlong_array(long[] value, int offset, int length)
read_longlong_array
in class InputStream
public final Object read_Object()
read_Object
in class InputStream
public Object read_Object(java.lang.Class clz)
read_Object
in class InputStream
public final byte read_octet()
read_octet
in class InputStream
public final void read_octet_array(byte[] value, int offset, int length)
read_octet_array
in class InputStream
public final Principal read_Principal()
read_Principal
in class InputStream
public final short read_short()
read_short
in class InputStream
public final void read_short_array(short[] value, int offset, int length)
read_short_array
in class InputStream
public final java.lang.String read_string()
read_string
in class InputStream
public final TypeCode read_TypeCode()
read_TypeCode
in class InputStream
public final int read_ulong()
read_ulong
in class InputStream
public final void read_ulong_array(int[] value, int offset, int length)
read_ulong_array
in class InputStream
public final long read_ulonglong()
read_ulonglong
in class InputStream
public final void read_ulonglong_array(long[] value, int offset, int length)
read_ulonglong_array
in class InputStream
public final short read_ushort()
read_ushort
in class InputStream
public final void read_ushort_array(short[] value, int offset, int length)
read_ushort_array
in class InputStream
public final char read_wchar()
read_wchar
in class InputStream
public final void read_wchar_array(char[] value, int offset, int length)
read_wchar_array
in class InputStream
public final java.lang.String read_wstring()
read_wstring
in class InputStream
public boolean markSupported()
public void mark(int readLimit)
public void reset() throws java.io.IOException
java.io.IOException
public final void setLittleEndian(boolean b)
public java.io.Serializable read_value()
read_value
in class InputStream
public java.io.Serializable read_value(java.lang.String rep_id)
read_value
in class InputStream
public java.io.Serializable read_value(java.io.Serializable value)
read_value
in class InputStream
public java.io.Serializable read_value(java.lang.Class clz)
read_value
in class InputStream
public java.io.Serializable read_value(BoxedValueHelper factory)
read_value
in class InputStream
public java.lang.Object read_abstract_interface()
read_abstract_interface
in class InputStream
public java.lang.Object read_abstract_interface(java.lang.Class clz)
read_abstract_interface
in class InputStream
public int get_pos()
public void register_value(java.io.Serializable value)
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |