Public Member Functions | |
Ostream | put (boolean v) |
Writes a single boolean value to this stream. | |
Ostream | put (byte v, boolean sign) |
Writes a single byte value to this stream. | |
Ostream | put (short v, boolean sign) |
Writes a single short value to this stream. | |
Ostream | put (int v, boolean sign) |
Writes a single integer value to this stream. | |
Ostream | put (float v) |
Writes a single float value to this stream. | |
Ostream | put (double v) |
Writes a single double value to this stream. | |
Ostream | put (String v) |
Writes a single string value to this stream. | |
Ostream | put (Date v) |
Writes a single date value to this stream. | |
Ostream | put (Time v) |
Writes a single time value to this stream. | |
Ostream | put (boolean[] v) |
Writes an array of boolean values to this stream. | |
Ostream | put (byte[] v, boolean sign) |
Writes an array of byte values to this stream. | |
Ostream | put (short[] v, boolean sign) |
Writes an array of short values to this stream. | |
Ostream | put (int[] v, boolean sign) |
Writes an array of int values to this stream. | |
Ostream | put (float[] v) |
Writes an array of float values to this stream. | |
Ostream | put (double[] v) |
Writes an array of double values to this stream. | |
Ostream | put (String[] v) |
Writes an array of string values to this stream. | |
Ostream | put (Date[] v) |
Writes an array of date values to this stream. | |
Ostream | put (Time[] v) |
Writes an array of time values to this stream. | |
Package Functions | |
Ostream (String name, String type) | |
String | getData () |
Private Attributes | |
String | name |
String | type |
StringBuffer | data |
Definition at line 12 of file Ostream.java.
|
Writes an array of time values to this stream.
Definition at line 276 of file Ostream.java. |
|
Writes an array of date values to this stream.
Definition at line 259 of file Ostream.java. |
|
Writes an array of string values to this stream.
Definition at line 242 of file Ostream.java. |
|
Writes an array of double values to this stream.
Definition at line 225 of file Ostream.java. |
|
Writes an array of float values to this stream.
Definition at line 208 of file Ostream.java. |
|
Writes an array of int values to this stream.
Definition at line 191 of file Ostream.java. |
|
Writes an array of short values to this stream.
Definition at line 173 of file Ostream.java. |
|
Writes an array of byte values to this stream.
Definition at line 155 of file Ostream.java. |
|
Writes an array of boolean values to this stream.
Definition at line 137 of file Ostream.java. |
|
Writes a single time value to this stream.
Definition at line 125 of file Ostream.java. |
|
Writes a single date value to this stream.
Definition at line 114 of file Ostream.java. |
|
Writes a single string value to this stream.
Definition at line 103 of file Ostream.java. |
|
Writes a single double value to this stream.
Definition at line 92 of file Ostream.java. |
|
Writes a single float value to this stream.
Definition at line 81 of file Ostream.java. |
|
Writes a single integer value to this stream.
Definition at line 70 of file Ostream.java. |
|
Writes a single short value to this stream.
Definition at line 58 of file Ostream.java. |
|
Writes a single byte value to this stream.
Definition at line 46 of file Ostream.java. |
|
Writes a single boolean value to this stream.
Definition at line 35 of file Ostream.java. |