Public Member Functions | |
Istream (String data) | |
String | getData () |
String | readName () |
boolean | getBoolean () |
Reads a single boolean value from this stream. | |
byte | getByte () |
Reads a single byte value from this stream. | |
short | getShort () |
Reads a single short value from this stream. | |
int | getInt () |
Reads a single int value from this stream. | |
float | getFloat () |
Reads a single float value from this stream. | |
double | getDouble () |
Reads a single double value from this stream. | |
String | getString () |
Reads a single string value from this stream. | |
Date | getDate () |
Reads a single date value from this stream. | |
Time | getTime () |
Reads a single time value from this stream. | |
boolean[] | getBooleanArray () |
Reads an array of boolean values from this stream. | |
byte[] | getByteArray () |
Reads an array of byte values from this stream. | |
short[] | getShortArray () |
Reads an array of short values from this stream. | |
int[] | getIntArray () |
Reads an array of int values from this stream. | |
float[] | getFloatArray () |
Reads an array of float values from this stream. | |
double[] | getDoubleArray () |
Reads an array of double values from this stream. | |
String[] | getStringArray () |
Reads an array of string values from this stream. | |
Date[] | getDateArray () |
Reads an array of date values from this stream. | |
Time[] | getTimeArray () |
Reads an array of time values from this stream. |
|
Reads a single boolean value from this stream.
|
|
Reads an array of boolean values from this stream.
|
|
Reads a single byte value from this stream.
|
|
Reads an array of byte values from this stream.
|
|
Reads a single date value from this stream.
|
|
Reads an array of date values from this stream.
|
|
Reads a single double value from this stream.
|
|
Reads an array of double values from this stream.
|
|
Reads a single float value from this stream.
|
|
Reads an array of float values from this stream.
|
|
Reads a single int value from this stream.
|
|
Reads an array of int values from this stream.
|
|
Reads a single short value from this stream.
|
|
Reads an array of short values from this stream.
|
|
Reads a single string value from this stream.
|
|
Reads an array of string values from this stream.
|
|
Reads a single time value from this stream.
|
|
Reads an array of time values from this stream.
|