Main Page | Packages | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | Related Pages

is.Ostream Class Reference

Ostream provides interface for writing of all of the mapped information attribute type to the stream. More...

List of all members.

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


Detailed Description

Ostream provides interface for writing of all of the mapped information attribute type to the stream.

Author:
Sergei Kolos

Definition at line 12 of file Ostream.java.


Member Function Documentation

Ostream is.Ostream.put Time[]  v  ) 
 

Writes an array of time values to this stream.

Parameters:
v the array of Times to be written
Returns:
reference to this stream object

Definition at line 276 of file Ostream.java.

Ostream is.Ostream.put Date[]  v  ) 
 

Writes an array of date values to this stream.

Parameters:
v the array of Dates to be written
Returns:
reference to this stream object

Definition at line 259 of file Ostream.java.

Ostream is.Ostream.put String[]  v  ) 
 

Writes an array of string values to this stream.

Parameters:
v the array of Strings to be written
Returns:
reference to this stream object

Definition at line 242 of file Ostream.java.

Ostream is.Ostream.put double[]  v  ) 
 

Writes an array of double values to this stream.

Parameters:
v the array of doubles to be written
Returns:
reference to this stream object

Definition at line 225 of file Ostream.java.

Ostream is.Ostream.put float[]  v  ) 
 

Writes an array of float values to this stream.

Parameters:
v the array of floats to be written
Returns:
reference to this stream object

Definition at line 208 of file Ostream.java.

Ostream is.Ostream.put int[]  v,
boolean  sign
 

Writes an array of int values to this stream.

Parameters:
v the array of ints to be written
sign if true any alement of the v will be interpreted as signed int; otherwise as unsigned
Returns:
reference to this stream object

Definition at line 191 of file Ostream.java.

Ostream is.Ostream.put short[]  v,
boolean  sign
 

Writes an array of short values to this stream.

Parameters:
v the array of shorts to be written
sign if true any alement of the v will be interpreted as signed short; otherwise as unsigned
Returns:
reference to this stream object

Definition at line 173 of file Ostream.java.

Ostream is.Ostream.put byte[]  v,
boolean  sign
 

Writes an array of byte values to this stream.

Parameters:
v the array of bytes to be written
sign if true any alement of the v will be interpreted as signed byte; otherwise as unsigned
Returns:
reference to this stream object

Definition at line 155 of file Ostream.java.

Ostream is.Ostream.put boolean[]  v  ) 
 

Writes an array of boolean values to this stream.

Parameters:
v the array of booleans to be written
Returns:
reference to this stream object

Definition at line 137 of file Ostream.java.

Ostream is.Ostream.put Time  v  ) 
 

Writes a single time value to this stream.

Parameters:
v the Time to be written
Returns:
reference to this stream object

Definition at line 125 of file Ostream.java.

Ostream is.Ostream.put Date  v  ) 
 

Writes a single date value to this stream.

Parameters:
v the Date to be written
Returns:
reference to this stream object

Definition at line 114 of file Ostream.java.

Ostream is.Ostream.put String  v  ) 
 

Writes a single string value to this stream.

Parameters:
v the String to be written
Returns:
reference to this stream object

Definition at line 103 of file Ostream.java.

Ostream is.Ostream.put double  v  ) 
 

Writes a single double value to this stream.

Parameters:
v the double to be written
Returns:
reference to this stream object

Definition at line 92 of file Ostream.java.

Ostream is.Ostream.put float  v  ) 
 

Writes a single float value to this stream.

Parameters:
v the float to be written
Returns:
reference to this stream object

Definition at line 81 of file Ostream.java.

Ostream is.Ostream.put int  v,
boolean  sign
 

Writes a single integer value to this stream.

Parameters:
v the int to be written
sign if true the v will be interpreted as signed int; otherwise as unsigned
Returns:
reference to this stream object

Definition at line 70 of file Ostream.java.

Ostream is.Ostream.put short  v,
boolean  sign
 

Writes a single short value to this stream.

Parameters:
v the short to be written
sign if true the v will be interpreted as signed short; otherwise as unsigned
Returns:
reference to this stream object

Definition at line 58 of file Ostream.java.

Ostream is.Ostream.put byte  v,
boolean  sign
 

Writes a single byte value to this stream.

Parameters:
v the byte to be written
sign if true the v will be interpreted as signed byte; otherwise as unsigned
Returns:
reference to this stream object

Definition at line 46 of file Ostream.java.

Ostream is.Ostream.put boolean  v  ) 
 

Writes a single boolean value to this stream.

Parameters:
v the boolean to be written
Returns:
reference to this stream object

Definition at line 35 of file Ostream.java.


The documentation for this class was generated from the following file:
Generated on Thu Jul 15 09:56:29 2004 for SCT DAQ/DCS Software - Java by doxygen 1.3.5