org.apache.yoko.orb.CORBA
Class InputStream
java.lang.Object
java.io.InputStream
org.omg.CORBA.portable.InputStream
org.omg.CORBA_2_3.portable.InputStream
org.apache.yoko.orb.CORBA.InputStream
- All Implemented Interfaces:
- Closeable
public final class InputStream
- extends InputStream
Method Summary |
String |
__getCodeBase()
|
CodeBase |
__getSendingContextRuntime()
|
void |
__setCodeBase(String codebase)
|
void |
__setSendingContextRuntime(CodeBase runtime)
|
void |
_OB_beginValue()
|
Buffer |
_OB_buffer()
|
InputStream |
_OB_clone()
|
CodeConverters |
_OB_codeConverters()
|
void |
_OB_codeConverters(CodeConverters converters,
int GIOPVersion)
|
void |
_OB_endValue()
|
ORBInstance |
_OB_ORBInstance()
|
void |
_OB_ORBInstance(ORBInstance orbInstance)
|
int |
_OB_pos()
|
void |
_OB_pos(int pos)
|
void |
_OB_readEndian()
|
int |
_OB_readLongUnchecked()
|
void |
_OB_remarshalValue(TypeCode tc,
OutputStream out)
|
void |
_OB_reset()
|
void |
_OB_skip(int n)
|
void |
_OB_skipAlign(int n)
|
boolean |
_OB_swap()
|
void |
_OB_swap(boolean swap)
|
int |
available()
|
String |
dumpData()
|
ORB |
orb()
|
Object |
read_abstract_interface()
|
Object |
read_abstract_interface(Class clz)
|
Any |
read_any()
|
void |
read_boolean_array(boolean[] value,
int offset,
int length)
|
boolean |
read_boolean()
|
void |
read_char_array(char[] value,
int offset,
int length)
|
char |
read_char()
|
Context |
read_Context()
|
void |
read_double_array(double[] value,
int offset,
int length)
|
double |
read_double()
|
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(Class clz)
|
void |
read_octet_array(byte[] value,
int offset,
int length)
|
byte |
read_octet()
|
Principal |
read_Principal()
Deprecated by CORBA 2.2. |
void |
read_short_array(short[] value,
int offset,
int length)
|
short |
read_short()
|
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()
|
Serializable |
read_value()
|
void |
read_value(Any any,
TypeCode tc)
|
Serializable |
read_value(BoxedValueHelper helper)
|
Serializable |
read_value(Class clz)
|
Serializable |
read_value(Serializable value)
|
Serializable |
read_value(String id)
|
void |
read_wchar_array(char[] value,
int offset,
int length)
|
char |
read_wchar()
|
char |
read_wchar(boolean partOfString)
|
String |
read_wstring()
|
int |
read()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
buf_
public Buffer buf_
InputStream
public InputStream(Buffer buf,
int offs,
boolean swap,
CodeConverters codeConverters,
int GIOPVersion)
InputStream
public InputStream(Buffer buf,
int offs,
boolean swap)
InputStream
public InputStream(Buffer buf)
available
public int available()
throws IOException
- Overrides:
available
in class InputStream
- Throws:
IOException
read
public int read()
throws IOException
- Overrides:
read
in class InputStream
- Throws:
IOException
orb
public ORB orb()
- Overrides:
orb
in class InputStream
read_boolean
public boolean read_boolean()
- Specified by:
read_boolean
in class InputStream
read_char
public char read_char()
- Specified by:
read_char
in class InputStream
read_wchar
public char read_wchar()
- Specified by:
read_wchar
in class InputStream
read_wchar
public char read_wchar(boolean partOfString)
read_octet
public byte read_octet()
- Specified by:
read_octet
in class InputStream
read_short
public short read_short()
- Specified by:
read_short
in class InputStream
read_ushort
public short read_ushort()
- Specified by:
read_ushort
in class InputStream
read_long
public int read_long()
- Specified by:
read_long
in class InputStream
read_ulong
public int read_ulong()
- Specified by:
read_ulong
in class InputStream
read_longlong
public long read_longlong()
- Specified by:
read_longlong
in class InputStream
read_ulonglong
public long read_ulonglong()
- Specified by:
read_ulonglong
in class InputStream
read_float
public float read_float()
- Specified by:
read_float
in class InputStream
read_double
public double read_double()
- Specified by:
read_double
in class InputStream
read_string
public String read_string()
- Specified by:
read_string
in class InputStream
read_wstring
public String read_wstring()
- Specified by:
read_wstring
in class InputStream
read_boolean_array
public void read_boolean_array(boolean[] value,
int offset,
int length)
- Specified by:
read_boolean_array
in class InputStream
read_char_array
public void read_char_array(char[] value,
int offset,
int length)
- Specified by:
read_char_array
in class InputStream
read_wchar_array
public void read_wchar_array(char[] value,
int offset,
int length)
- Specified by:
read_wchar_array
in class InputStream
read_octet_array
public void read_octet_array(byte[] value,
int offset,
int length)
- Specified by:
read_octet_array
in class InputStream
read_short_array
public void read_short_array(short[] value,
int offset,
int length)
- Specified by:
read_short_array
in class InputStream
read_ushort_array
public void read_ushort_array(short[] value,
int offset,
int length)
- Specified by:
read_ushort_array
in class InputStream
read_long_array
public void read_long_array(int[] value,
int offset,
int length)
- Specified by:
read_long_array
in class InputStream
read_ulong_array
public void read_ulong_array(int[] value,
int offset,
int length)
- Specified by:
read_ulong_array
in class InputStream
read_longlong_array
public void read_longlong_array(long[] value,
int offset,
int length)
- Specified by:
read_longlong_array
in class InputStream
read_ulonglong_array
public void read_ulonglong_array(long[] value,
int offset,
int length)
- Specified by:
read_ulonglong_array
in class InputStream
read_float_array
public void read_float_array(float[] value,
int offset,
int length)
- Specified by:
read_float_array
in class InputStream
read_double_array
public void read_double_array(double[] value,
int offset,
int length)
- Specified by:
read_double_array
in class InputStream
read_Object
public Object read_Object()
- Specified by:
read_Object
in class InputStream
read_Object
public Object read_Object(Class clz)
- Overrides:
read_Object
in class InputStream
read_TypeCode
public TypeCode read_TypeCode()
- Specified by:
read_TypeCode
in class InputStream
read_any
public Any read_any()
- Specified by:
read_any
in class InputStream
read_Context
public Context read_Context()
- Overrides:
read_Context
in class InputStream
read_Principal
public Principal read_Principal()
- Description copied from class:
InputStream
- Deprecated by CORBA 2.2.
- Overrides:
read_Principal
in class InputStream
read_fixed
public BigDecimal read_fixed()
- Overrides:
read_fixed
in class InputStream
read_value
public Serializable read_value()
- Overrides:
read_value
in class InputStream
read_value
public Serializable read_value(String id)
- Overrides:
read_value
in class InputStream
read_value
public Serializable read_value(Class clz)
- Overrides:
read_value
in class InputStream
read_value
public Serializable read_value(BoxedValueHelper helper)
- Overrides:
read_value
in class InputStream
read_value
public Serializable read_value(Serializable value)
- Overrides:
read_value
in class InputStream
read_abstract_interface
public Object read_abstract_interface()
- Overrides:
read_abstract_interface
in class InputStream
read_abstract_interface
public Object read_abstract_interface(Class clz)
- Overrides:
read_abstract_interface
in class InputStream
read_value
public void read_value(Any any,
TypeCode tc)
_OB_codeConverters
public void _OB_codeConverters(CodeConverters converters,
int GIOPVersion)
_OB_codeConverters
public CodeConverters _OB_codeConverters()
_OB_buffer
public Buffer _OB_buffer()
_OB_pos
public int _OB_pos()
_OB_pos
public void _OB_pos(int pos)
_OB_swap
public boolean _OB_swap()
_OB_swap
public void _OB_swap(boolean swap)
_OB_clone
public InputStream _OB_clone()
_OB_reset
public void _OB_reset()
_OB_skip
public void _OB_skip(int n)
_OB_skipAlign
public void _OB_skipAlign(int n)
_OB_readEndian
public void _OB_readEndian()
_OB_ORBInstance
public void _OB_ORBInstance(ORBInstance orbInstance)
_OB_ORBInstance
public ORBInstance _OB_ORBInstance()
_OB_readLongUnchecked
public int _OB_readLongUnchecked()
_OB_beginValue
public void _OB_beginValue()
_OB_endValue
public void _OB_endValue()
_OB_remarshalValue
public void _OB_remarshalValue(TypeCode tc,
OutputStream out)
__setSendingContextRuntime
public void __setSendingContextRuntime(CodeBase runtime)
__getSendingContextRuntime
public CodeBase __getSendingContextRuntime()
__setCodeBase
public void __setCodeBase(String codebase)
__getCodeBase
public String __getCodeBase()
dumpData
public String dumpData()
Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.