Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
java.io.InputStream
org.omg.CORBA.portable.InputStream
org.omg.CORBA_2_3.portable.InputStream
gnu.CORBA.CDR.HeadlessInput
Field Summary | |
boolean |
|
Constructor Summary | |
|
Method Summary | |
String[] |
|
int |
|
void |
|
int |
|
gnuRuntime |
|
void |
|
boolean |
|
ORB |
|
int |
|
int |
|
int |
|
Object |
|
Context |
|
Object |
|
Object |
|
Principal |
|
TypeCode |
|
Serializable |
|
Object |
|
Object |
|
Any |
|
void |
|
boolean |
|
void |
|
void |
|
char |
|
void |
|
void |
|
double |
|
void |
|
void |
|
BigDecimal |
|
float |
|
void |
|
void |
|
int |
|
void |
|
void |
|
long |
|
void |
|
void |
|
byte |
|
void |
|
void |
|
short |
|
void |
|
void |
|
String |
|
int |
|
void |
|
void |
|
long |
|
void |
|
void |
|
short |
|
void |
|
void |
|
Serializable |
|
Serializable |
|
Serializable |
|
Serializable |
|
Serializable |
|
char |
|
void |
|
void |
|
String |
|
void |
|
void |
|
void |
|
long |
|
String |
|
Methods inherited from class org.omg.CORBA_2_3.portable.InputStream | |
read_abstract_interface , read_value , read_value , read_value , read_value |
Methods inherited from class org.omg.CORBA.portable.InputStream | |
orb , read , read_Context , read_Object , read_Principal , read_TypeCode , read_any , read_boolean , read_boolean_array , read_char , read_char_array , read_double , read_double_array , read_fixed , read_float , read_float_array , read_long , read_long_array , read_longlong , read_longlong_array , read_octet , read_octet_array , read_short , read_short_array , read_string , read_ulong , read_ulong_array , read_ulonglong , read_ulonglong_array , read_ushort , read_ushort_array , read_wchar , read_wchar_array , read_wstring |
Methods inherited from class java.io.InputStream | |
available , close , mark , markSupported , read , read , read , reset , skip |
Methods inherited from class java.lang.Object | |
clone , equals , extends Object> getClass , finalize , hashCode , notify , notifyAll , toString , wait , wait , wait |
public HeadlessInput(BufferredCdrInput a_stream, InputStream inheritSettings)
Create an instance, reading from the given buffer.
- Parameters:
a_stream
- a stream from where the data will be read.inheritSettings
- a stream from that endian and other settings are inherited.
public String[] _truncatable_ids()
Delegates functionality to the underlying stream.
- Specified by:
- _truncatable_ids in interface ValueBase
public int available() throws IOException
Delegates functionality to the underlying stream.
- Overrides:
- available in interface InputStream
public void close() throws IOException
Delegates functionality to the underlying stream.
- Specified by:
- close in interface Closeable
- close in interface AutoCloseable
- Overrides:
- close in interface InputStream
public int getPosition()
Delegates functionality to the underlying stream.
- Specified by:
- getPosition in interface gnuValueStream
public gnuRuntime getRunTime()
Delegates functionality to the underlying stream.
- Specified by:
- getRunTime in interface gnuValueStream
public void mark(int readlimit)
Delegates functionality to the underlying stream.
- Overrides:
- mark in interface InputStream
public boolean markSupported()
Delegates functionality to the underlying stream.
- Overrides:
- markSupported in interface InputStream
public ORB orb()
Delegates functionality to the underlying stream.
- Overrides:
- orb in interface InputStream
public int read() throws IOException
Delegates functionality to the underlying stream.
- Overrides:
- read in interface InputStream
public int read(byte[] b) throws IOException
Delegates functionality to the underlying stream.
- Overrides:
- read in interface InputStream
public int read(byte[] b, int off, int len) throws IOException
Delegates functionality to the underlying stream.
- Overrides:
- read in interface InputStream
public Object read_Abstract()
Delegates functionality to the underlying stream.
- Specified by:
- read_Abstract in interface DataInputStream
public Context read_Context()
Delegates functionality to the underlying stream.
- Overrides:
- read_Context in interface InputStream
public Object read_Object()
Delegates functionality to the underlying stream.
- Specified by:
- read_Object in interface DataInputStream
- Overrides:
- read_Object in interface InputStream
public Object read_Object(Class<T> klass)
Delegates functionality to the underlying stream.
public Principal read_Principal()
Delegates functionality to the underlying stream.
- Overrides:
- read_Principal in interface InputStream
public TypeCode read_TypeCode()
Delegates functionality to the underlying stream.
- Specified by:
- read_TypeCode in interface DataInputStream
- Overrides:
- read_TypeCode in interface InputStream
public Serializable read_Value()
Delegates functionality to read_value.
- Specified by:
- read_Value in interface DataInputStream
public Object read_abstract_interface()
Delegates functionality to the underlying stream.
- Overrides:
- read_abstract_interface in interface InputStream
public Object read_abstract_interface(Class<T> clz)
Delegates functionality to the underlying stream.
public Any read_any()
Delegates functionality to the underlying stream.
- Specified by:
- read_any in interface DataInputStream
- Overrides:
- read_any in interface InputStream
public void read_any_array(AnySeqHolder holder, int offset, int length)
Delegates functionality to the underlying stream.
- Specified by:
- read_any_array in interface DataInputStream
public boolean read_boolean()
Delegates functionality to the underlying stream.
- Specified by:
- read_boolean in interface DataInputStream
- Overrides:
- read_boolean in interface InputStream
public void read_boolean_array(boolean[] value, int offset, int length)
Delegates functionality to the underlying stream.
- Overrides:
- read_boolean_array in interface InputStream
public void read_boolean_array(BooleanSeqHolder holder, int offset, int length)
Delegates functionality to the underlying stream.
- Specified by:
- read_boolean_array in interface DataInputStream
public char read_char()
Delegates functionality to the underlying stream.
- Specified by:
- read_char in interface DataInputStream
- Overrides:
- read_char in interface InputStream
public void read_char_array(char[] value, int offset, int length)
Delegates functionality to the underlying stream.
- Overrides:
- read_char_array in interface InputStream
public void read_char_array(CharSeqHolder holder, int offset, int length)
Delegates functionality to the underlying stream.
- Specified by:
- read_char_array in interface DataInputStream
public double read_double()
Delegates functionality to the underlying stream.
- Specified by:
- read_double in interface DataInputStream
- Overrides:
- read_double in interface InputStream
public void read_double_array(double[] value, int offset, int length)
Delegates functionality to the underlying stream.
- Overrides:
- read_double_array in interface InputStream
public void read_double_array(DoubleSeqHolder holder, int offset, int length)
Delegates functionality to the underlying stream.
- Specified by:
- read_double_array in interface DataInputStream
public BigDecimal read_fixed()
Delegates functionality to the underlying stream.
- Overrides:
- read_fixed in interface InputStream
public float read_float()
Delegates functionality to the underlying stream.
- Specified by:
- read_float in interface DataInputStream
- Overrides:
- read_float in interface InputStream
public void read_float_array(float[] value, int offset, int length)
Delegates functionality to the underlying stream.
- Overrides:
- read_float_array in interface InputStream
public void read_float_array(FloatSeqHolder holder, int offset, int length)
Delegates functionality to the underlying stream.
- Specified by:
- read_float_array in interface DataInputStream
public int read_long()
Delegates functionality to the underlying stream.
- Specified by:
- read_long in interface DataInputStream
- Overrides:
- read_long in interface InputStream
public void read_long_array(int[] value, int offset, int length)
Delegates functionality to the underlying stream.
- Overrides:
- read_long_array in interface InputStream
public void read_long_array(LongSeqHolder holder, int offset, int length)
Delegates functionality to the underlying stream.
- Specified by:
- read_long_array in interface DataInputStream
public long read_longlong()
Delegates functionality to the underlying stream.
- Specified by:
- read_longlong in interface DataInputStream
- Overrides:
- read_longlong in interface InputStream
public void read_longlong_array(long[] value, int offset, int length)
Delegates functionality to the underlying stream.
- Overrides:
- read_longlong_array in interface InputStream
public void read_longlong_array(LongLongSeqHolder holder, int offset, int length)
Delegates functionality to the underlying stream.
- Specified by:
- read_longlong_array in interface DataInputStream
public byte read_octet()
Delegates functionality to the underlying stream.
- Specified by:
- read_octet in interface DataInputStream
- Overrides:
- read_octet in interface InputStream
public void read_octet_array(byte[] value, int offset, int length)
Delegates functionality to the underlying stream.
- Overrides:
- read_octet_array in interface InputStream
public void read_octet_array(OctetSeqHolder holder, int offset, int length)
Delegates functionality to the underlying stream.
- Specified by:
- read_octet_array in interface DataInputStream
public short read_short()
Delegates functionality to the underlying stream.
- Specified by:
- read_short in interface DataInputStream
- Overrides:
- read_short in interface InputStream
public void read_short_array(ShortSeqHolder holder, int offset, int length)
Delegates functionality to the underlying stream.
- Specified by:
- read_short_array in interface DataInputStream
public void read_short_array(short[] value, int offset, int length)
Delegates functionality to the underlying stream.
- Overrides:
- read_short_array in interface InputStream
public String read_string()
Delegates functionality to the underlying stream.
- Specified by:
- read_string in interface DataInputStream
- Overrides:
- read_string in interface InputStream
public int read_ulong()
Delegates functionality to the underlying stream.
- Specified by:
- read_ulong in interface DataInputStream
- Overrides:
- read_ulong in interface InputStream
public void read_ulong_array(int[] value, int offset, int length)
Delegates functionality to the underlying stream.
- Overrides:
- read_ulong_array in interface InputStream
public void read_ulong_array(ULongSeqHolder holder, int offset, int length)
Delegates functionality to the underlying stream.
- Specified by:
- read_ulong_array in interface DataInputStream
public long read_ulonglong()
Delegates functionality to the underlying stream.
- Specified by:
- read_ulonglong in interface DataInputStream
- Overrides:
- read_ulonglong in interface InputStream
public void read_ulonglong_array(long[] value, int offset, int length)
Delegates functionality to the underlying stream.
- Overrides:
- read_ulonglong_array in interface InputStream
public void read_ulonglong_array(ULongLongSeqHolder holder, int offset, int length)
Delegates functionality to the underlying stream.
- Specified by:
- read_ulonglong_array in interface DataInputStream
public short read_ushort()
Delegates functionality to the underlying stream.
- Specified by:
- read_ushort in interface DataInputStream
- Overrides:
- read_ushort in interface InputStream
public void read_ushort_array(UShortSeqHolder holder, int offset, int length)
Delegates functionality to the underlying stream.
- Specified by:
- read_ushort_array in interface DataInputStream
public void read_ushort_array(short[] value, int offset, int length)
Delegates functionality to the underlying stream.
- Overrides:
- read_ushort_array in interface InputStream
public Serializable read_value()
Delegates functionality to the underlying stream.
- Overrides:
- read_value in interface InputStream
public Serializable read_value(Serializable value)
Try to read when having an unitialised value.
- Overrides:
- read_value in interface InputStream
public Serializable read_value(Class<T> clz)
Try to read when having an unitialised value.
public Serializable read_value(String repository_id)
Tries to locate a factory using repository id.
- Overrides:
- read_value in interface InputStream
public Serializable read_value(BoxedValueHelper helper)
Tries to read using boxed value helper.
- Overrides:
- read_value in interface InputStream
public char read_wchar()
Delegates functionality to the underlying stream.
- Specified by:
- read_wchar in interface DataInputStream
- Overrides:
- read_wchar in interface InputStream
public void read_wchar_array(char[] value, int offset, int length)
Delegates functionality to the underlying stream.
- Overrides:
- read_wchar_array in interface InputStream
public void read_wchar_array(WCharSeqHolder holder, int offset, int length)
Delegates functionality to the underlying stream.
- Specified by:
- read_wchar_array in interface DataInputStream
public String read_wstring()
Delegates functionality to the underlying stream.
- Specified by:
- read_wstring in interface DataInputStream
- Overrides:
- read_wstring in interface InputStream
public void reset() throws IOException
Delegates functionality to the underlying stream.
- Overrides:
- reset in interface InputStream
public void seek(int position)
Delegates functionality to the underlying stream.
- Specified by:
- seek in interface gnuValueStream
public void setRunTime(gnuRuntime a_runtime)
Replace the instance of RunTime.
- Specified by:
- setRunTime in interface gnuValueStream
public long skip(long n) throws IOException
Delegates functionality to the underlying stream.
- Overrides:
- skip in interface InputStream