|
VisiBroker for Java |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DataInputStream
Provides methods to read primitive data types from input stream when
unmarshaling customer value types. All the methods in this class
can throw CORBA::MARSHAL
system exception.
Method Summary | |
---|---|
java.lang.Object |
read_Abstract()
Read an Abstract Interface from the input stream. |
void |
read_any_array(AnySeqHolder seq,
int offset,
int length)
Reads an array of CORBA::Any from the input stream. |
Any |
read_any()
Reads a CORBA::Any from the input stream. |
void |
read_boolean_array(BooleanSeqHolder seq,
int offset,
int length)
Reads an array of boolean from the input stream. |
boolean |
read_boolean()
Reads a boolean from the input stream. |
void |
read_char_array(CharSeqHolder seq,
int offset,
int length)
Reads an array of IDL char from the input stream. |
char |
read_char()
Reads an IDL char from the input stream. |
void |
read_double_array(DoubleSeqHolder seq,
int offset,
int length)
Reads an array of IDL double from the input stream. |
double |
read_double()
Reads an IDL double from the input stream. |
void |
read_float_array(FloatSeqHolder seq,
int offset,
int length)
Reads an array of IDL float from the input stream. |
float |
read_float()
Reads an IDL float from the input stream. |
void |
read_long_array(LongSeqHolder seq,
int offset,
int length)
Reads an array of IDL long (Java int) from the input stream. |
int |
read_long()
Reads an IDL long (Java int) from the input stream. |
void |
read_longlong_array(LongLongSeqHolder seq,
int offset,
int length)
Reads an array of IDL long long (Java long) from the input stream. |
long |
read_longlong()
Reads an IDL long long (Java long) from the input stream. |
Object |
read_Object()
Reads a CORBA::Object from the input stream. |
void |
read_octet_array(org.omg.CORBA.OctetSequenceHolder seq,
int offset,
int length)
Reads an array of IDL octet from the input stream. |
byte |
read_octet()
Reads an IDL octet from the input stream. |
void |
read_short_array(ShortSeqHolder seq,
int offset,
int length)
Reads an array of IDL short from the input stream. |
short |
read_short()
Reads an IDL short from the input stream. |
java.lang.String |
read_string()
Reads an IDL string from the input stream. |
TypeCode |
read_TypeCode()
Reads a TypeCode from the input stream. |
void |
read_ulong_array(ULongSeqHolder seq,
int offset,
int length)
Reads an array of IDL unsigned long (Java int) from the input stream. |
int |
read_ulong()
Reads an IDL unsigned long (Java int) from the input stream. |
void |
read_ulonglong_array(ULongLongSeqHolder seq,
int offset,
int length)
Reads an array of IDL unsigned long long (Java long) from the input stream. |
long |
read_ulonglong()
Reads an IDL unsigned long long (Java long) from the input stream. |
void |
read_ushort_array(UShortSeqHolder seq,
int offset,
int length)
Reads an array of IDL unsigned short from the input stream. |
short |
read_ushort()
Reads an IDL unsigned short from the input stream. |
java.io.Serializable |
read_Value()
Reads a value type from the input stream. |
void |
read_wchar_array(WCharSeqHolder seq,
int offset,
int length)
Reads an array of IDL wchar from the input stream. |
char |
read_wchar()
Reads an IDL wchar from the input stream. |
java.lang.String |
read_wstring()
Reads an IDL wstring from the input stream. |
Methods inherited from interface org.omg.CORBA.portable.ValueBase |
---|
_truncatable_ids |
Method Detail |
---|
void read_double_array(DoubleSeqHolder seq, int offset, int length)
seq
- Holder containing the read array.offset
- index into the seq array where the first element read will be placed.length
- number of elements to read.void read_float_array(FloatSeqHolder seq, int offset, int length)
seq
- Holder containing the read array.offset
- index into the seq array where the first element read will be placed.length
- number of elements to read.void read_ulonglong_array(ULongLongSeqHolder seq, int offset, int length)
seq
- Holder containing the read array.offset
- index into the seq array where the first element read will be placed.length
- number of elements to read.void read_longlong_array(LongLongSeqHolder seq, int offset, int length)
seq
- Holder containing the read array.offset
- index into the seq array where the first element read will be placed.length
- number of elements to read.void read_ulong_array(ULongSeqHolder seq, int offset, int length)
seq
- Holder containing the read array.offset
- index into the seq array where the first element read will be placed.length
- number of elements to read.void read_long_array(LongSeqHolder seq, int offset, int length)
seq
- Holder containing the read array.offset
- index into the seq array where the first element read will be placed.length
- number of elements to read.void read_ushort_array(UShortSeqHolder seq, int offset, int length)
seq
- Holder containing the read array.offset
- index into the seq array where the first element read will be placed.length
- number of elements to read.void read_short_array(ShortSeqHolder seq, int offset, int length)
seq
- Holder containing the read array.offset
- index into the seq array where the first element read will be placed.length
- number of elements to read.void read_octet_array(org.omg.CORBA.OctetSequenceHolder seq, int offset, int length)
seq
- Holder containing the read array.offset
- index into the seq array where the first element read will be placed.length
- number of elements to read.void read_wchar_array(WCharSeqHolder seq, int offset, int length)
seq
- Holder containing the read array.offset
- index into the seq array where the first element read will be placed.length
- number of elements to read.void read_char_array(CharSeqHolder seq, int offset, int length)
seq
- Holder containing the read array.offset
- index into the seq array where the first element read will be placed.length
- number of elements to read.void read_boolean_array(BooleanSeqHolder seq, int offset, int length)
seq
- Holder containing the read array.offset
- index into the seq array where the first element read will be placed.length
- number of elements to read.void read_any_array(AnySeqHolder seq, int offset, int length)
CORBA::Any
from the input stream.
seq
- Holder containing the read array.offset
- index into the seq array where the first element read will be placed.length
- number of elements to read.TypeCode read_TypeCode()
java.io.Serializable read_Value()
java.lang.Object read_Abstract()
Object read_Object()
CORBA::Object
from the input stream.
CORBA::Object
read from the input stream.java.lang.String read_string()
double read_double()
float read_float()
long read_ulonglong()
long read_longlong()
int read_ulong()
int read_long()
short read_ushort()
short read_short()
byte read_octet()
char read_wchar()
java.lang.String read_wstring()
char read_char()
boolean read_boolean()
Any read_any()
CORBA::Any
from the input stream.
CORBA::Any
read from the input stream.
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |