Main Page   Packages   Class Hierarchy   Compound List   Compound Members   Related Pages  

is.Istream Class Reference

Istream provides interface for unmarshalling attributes of the user-defined information class from the IS stream. More...

List of all members.

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.


Detailed Description

Istream provides interface for unmarshalling attributes of the user-defined information class from the IS stream.

Author:
Sergei Kolos


Member Function Documentation

boolean is.Istream.getBoolean  
 

Reads a single boolean value from this stream.

Returns:
boolean value read form this stream

boolean [] is.Istream.getBooleanArray  
 

Reads an array of boolean values from this stream.

Returns:
array of booleans read form this stream

byte is.Istream.getByte  
 

Reads a single byte value from this stream.

Returns:
byte value read form this stream

byte [] is.Istream.getByteArray  
 

Reads an array of byte values from this stream.

Returns:
array of bytes read form this stream

Date is.Istream.getDate  
 

Reads a single date value from this stream.

Returns:
Date value read form this stream

Date [] is.Istream.getDateArray  
 

Reads an array of date values from this stream.

Returns:
array of Dates read form this stream

double is.Istream.getDouble  
 

Reads a single double value from this stream.

Returns:
double value read form this stream

double [] is.Istream.getDoubleArray  
 

Reads an array of double values from this stream.

Returns:
array of doubles read form this stream

float is.Istream.getFloat  
 

Reads a single float value from this stream.

Returns:
float value read form this stream

float [] is.Istream.getFloatArray  
 

Reads an array of float values from this stream.

Returns:
array of floats read form this stream

int is.Istream.getInt  
 

Reads a single int value from this stream.

Returns:
int value read form this stream

int [] is.Istream.getIntArray  
 

Reads an array of int values from this stream.

Returns:
array of ints read form this stream

short is.Istream.getShort  
 

Reads a single short value from this stream.

Returns:
short value read form this stream

short [] is.Istream.getShortArray  
 

Reads an array of short values from this stream.

Returns:
array of shorts read form this stream

String is.Istream.getString  
 

Reads a single string value from this stream.

Returns:
String value read form this stream

String [] is.Istream.getStringArray  
 

Reads an array of string values from this stream.

Returns:
array of Strings read form this stream

Time is.Istream.getTime  
 

Reads a single time value from this stream.

Returns:
Time value read form this stream

Time [] is.Istream.getTimeArray  
 

Reads an array of time values from this stream.

Returns:
array of Times read form this stream


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