Public Member Functions | |
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. | |
Package Functions | |
Istream (String data) | |
String | getData () |
String | readName () |
Private Attributes | |
StringTokenizer | st |
String | data |
String | name |
Definition at line 12 of file Istream.java.
|
Reads a single boolean value from this stream.
Definition at line 41 of file Istream.java. |
|
Reads an array of boolean values from this stream.
Definition at line 155 of file Istream.java. |
|
Reads a single byte value from this stream.
Definition at line 54 of file Istream.java. |
|
Reads an array of byte values from this stream.
Definition at line 175 of file Istream.java. |
|
Reads a single date value from this stream.
Definition at line 131 of file Istream.java. |
|
Reads an array of date values from this stream.
Definition at line 303 of file Istream.java. |
|
Reads a single double value from this stream.
Definition at line 102 of file Istream.java. |
|
Reads an array of double values from this stream.
Definition at line 251 of file Istream.java. |
|
Reads a single float value from this stream.
Definition at line 90 of file Istream.java. |
|
Reads an array of float values from this stream.
Definition at line 232 of file Istream.java. |
|
Reads a single int value from this stream.
Definition at line 78 of file Istream.java. |
|
Reads an array of int values from this stream.
Definition at line 213 of file Istream.java. |
|
Reads a single short value from this stream.
Definition at line 66 of file Istream.java. |
|
Reads an array of short values from this stream.
Definition at line 194 of file Istream.java. |
|
Reads a single string value from this stream.
Definition at line 114 of file Istream.java. |
|
Reads an array of string values from this stream.
Definition at line 270 of file Istream.java. |
|
Reads a single time value from this stream.
Definition at line 143 of file Istream.java. |
|
Reads an array of time values from this stream.
Definition at line 323 of file Istream.java. |