Main Page   Packages   Class Hierarchy   Compound List   Compound 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 (String name, String type)
String getData ()
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.


Detailed Description

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

Author:
Sergei Kolos


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


The documentation for this class was generated from the following file:
Generated on Mon Dec 15 19:38:46 2003 for SCT DAQ/DCS Software by doxygen1.3-rc3