public class DataInputStream extends Object implements DataInputStream
| Constructor and Description |
|---|
DataInputStream(InputStream istream) |
| Modifier and Type | Method and Description |
|---|---|
String[] |
_truncatable_ids()
List of truncatable _ids
|
Object |
read_Abstract()
Operation read_Abstract
|
void |
read_any_array(AnySeqHolder seq,
int offset,
int length)
Operation read_any_array
|
Any |
read_any()
Operation read_any
|
void |
read_boolean_array(BooleanSeqHolder seq,
int offset,
int length)
Operation read_boolean_array
|
boolean |
read_boolean()
Operation read_boolean
|
void |
read_char_array(CharSeqHolder seq,
int offset,
int length)
Operation read_char_array
|
char |
read_char()
Operation read_char
|
void |
read_double_array(DoubleSeqHolder seq,
int offset,
int length)
Operation read_double_array
|
double |
read_double()
Operation read_double
|
void |
read_fixed_array(AnySeqHolder seq,
int offset,
int length,
short digits,
short scale) |
Any |
read_fixed(short digits,
short scale) |
void |
read_float_array(FloatSeqHolder seq,
int offset,
int length)
Operation read_float_array
|
float |
read_float()
Operation read_float
|
void |
read_long_array(LongSeqHolder seq,
int offset,
int length)
Operation read_long_array
|
void |
read_long_double_array(DoubleSeqHolder seq,
int offset,
int length) |
int |
read_long()
Operation read_long
|
double |
read_longdouble()
Operation read_longdouble.
|
void |
read_longlong_array(LongLongSeqHolder seq,
int offset,
int length)
Operation read_longlong_array
|
long |
read_longlong()
Operation read_longlong
|
Object |
read_Object()
Operation read_Object
|
void |
read_octet_array(OctetSeqHolder seq,
int offset,
int length)
Operation read_octet_array
|
byte |
read_octet()
Operation read_octet
|
void |
read_short_array(ShortSeqHolder seq,
int offset,
int length)
Operation read_short_array
|
short |
read_short()
Operation read_short
|
String |
read_string()
Operation read_string
|
TypeCode |
read_TypeCode()
Operation read_TypeCode
|
void |
read_ulong_array(ULongSeqHolder seq,
int offset,
int length)
Operation read_ulong_array
|
int |
read_ulong()
Operation read_ulong
|
void |
read_ulonglong_array(ULongLongSeqHolder seq,
int offset,
int length)
Operation read_ulonglong_array
|
long |
read_ulonglong()
Operation read_ulonglong
|
void |
read_ushort_array(UShortSeqHolder seq,
int offset,
int length)
Operation read_ushort_array
|
short |
read_ushort()
Operation read_ushort
|
Serializable |
read_Value()
Operation read_value
|
void |
read_wchar_array(WCharSeqHolder seq,
int offset,
int length)
Operation read_wchar_array
|
char |
read_wchar()
Operation read_wchar
|
String |
read_wstring()
Operation read_wstring
|
public DataInputStream(InputStream istream)
public String[] _truncatable_ids()
_truncatable_ids in interface ValueBasepublic Any read_any()
read_any in interface DataInputStreampublic boolean read_boolean()
read_boolean in interface DataInputStreampublic char read_char()
read_char in interface DataInputStreampublic char read_wchar()
read_wchar in interface DataInputStreampublic byte read_octet()
read_octet in interface DataInputStreampublic short read_short()
read_short in interface DataInputStreampublic short read_ushort()
read_ushort in interface DataInputStreampublic int read_long()
read_long in interface DataInputStreampublic int read_ulong()
read_ulong in interface DataInputStreampublic long read_longlong()
read_longlong in interface DataInputStreampublic long read_ulonglong()
read_ulonglong in interface DataInputStreampublic float read_float()
read_float in interface DataInputStreampublic double read_double()
read_double in interface DataInputStreampublic double read_longdouble()
public String read_string()
read_string in interface DataInputStreampublic String read_wstring()
read_wstring in interface DataInputStreampublic Object read_Object()
read_Object in interface DataInputStreampublic Object read_Abstract()
read_Abstract in interface DataInputStreampublic Serializable read_Value()
read_Value in interface DataInputStreampublic TypeCode read_TypeCode()
read_TypeCode in interface DataInputStreampublic void read_any_array(AnySeqHolder seq, int offset, int length)
read_any_array in interface DataInputStreampublic void read_boolean_array(BooleanSeqHolder seq, int offset, int length)
read_boolean_array in interface DataInputStreampublic void read_char_array(CharSeqHolder seq, int offset, int length)
read_char_array in interface DataInputStreampublic void read_wchar_array(WCharSeqHolder seq, int offset, int length)
read_wchar_array in interface DataInputStreampublic void read_octet_array(OctetSeqHolder seq, int offset, int length)
read_octet_array in interface DataInputStreampublic void read_short_array(ShortSeqHolder seq, int offset, int length)
read_short_array in interface DataInputStreampublic void read_ushort_array(UShortSeqHolder seq, int offset, int length)
read_ushort_array in interface DataInputStreampublic void read_long_array(LongSeqHolder seq, int offset, int length)
read_long_array in interface DataInputStreampublic void read_ulong_array(ULongSeqHolder seq, int offset, int length)
read_ulong_array in interface DataInputStreampublic void read_longlong_array(LongLongSeqHolder seq, int offset, int length)
read_longlong_array in interface DataInputStreampublic void read_ulonglong_array(ULongLongSeqHolder seq, int offset, int length)
read_ulonglong_array in interface DataInputStreampublic void read_float_array(FloatSeqHolder seq, int offset, int length)
read_float_array in interface DataInputStreampublic void read_double_array(DoubleSeqHolder seq, int offset, int length)
read_double_array in interface DataInputStreampublic Any read_fixed(short digits, short scale) throws BadFixedValue
BadFixedValuepublic void read_fixed_array(AnySeqHolder seq, int offset, int length, short digits, short scale) throws BadFixedValue
BadFixedValuepublic void read_long_double_array(DoubleSeqHolder seq, int offset, int length)
Copyright © 2017 JacORB. All rights reserved.