Main Page | Packages | Class Hierarchy | Alphabetical List | Class List | File List | Class 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

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


Detailed Description

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

Author:
Sergei Kolos

Definition at line 12 of file Istream.java.


Member Function Documentation

boolean is.Istream.getBoolean  ) 
 

Reads a single boolean value from this stream.

Returns:
boolean value read form this stream

Definition at line 41 of file Istream.java.

boolean [] is.Istream.getBooleanArray  ) 
 

Reads an array of boolean values from this stream.

Returns:
array of booleans read form this stream

Definition at line 155 of file Istream.java.

byte is.Istream.getByte  ) 
 

Reads a single byte value from this stream.

Returns:
byte value read form this stream

Definition at line 54 of file Istream.java.

byte [] is.Istream.getByteArray  ) 
 

Reads an array of byte values from this stream.

Returns:
array of bytes read form this stream

Definition at line 175 of file Istream.java.

Date is.Istream.getDate  ) 
 

Reads a single date value from this stream.

Returns:
Date value read form this stream

Definition at line 131 of file Istream.java.

Date [] is.Istream.getDateArray  ) 
 

Reads an array of date values from this stream.

Returns:
array of Dates read form this stream

Definition at line 303 of file Istream.java.

double is.Istream.getDouble  ) 
 

Reads a single double value from this stream.

Returns:
double value read form this stream

Definition at line 102 of file Istream.java.

double [] is.Istream.getDoubleArray  ) 
 

Reads an array of double values from this stream.

Returns:
array of doubles read form this stream

Definition at line 251 of file Istream.java.

float is.Istream.getFloat  ) 
 

Reads a single float value from this stream.

Returns:
float value read form this stream

Definition at line 90 of file Istream.java.

float [] is.Istream.getFloatArray  ) 
 

Reads an array of float values from this stream.

Returns:
array of floats read form this stream

Definition at line 232 of file Istream.java.

int is.Istream.getInt  ) 
 

Reads a single int value from this stream.

Returns:
int value read form this stream

Definition at line 78 of file Istream.java.

int [] is.Istream.getIntArray  ) 
 

Reads an array of int values from this stream.

Returns:
array of ints read form this stream

Definition at line 213 of file Istream.java.

short is.Istream.getShort  ) 
 

Reads a single short value from this stream.

Returns:
short value read form this stream

Definition at line 66 of file Istream.java.

short [] is.Istream.getShortArray  ) 
 

Reads an array of short values from this stream.

Returns:
array of shorts read form this stream

Definition at line 194 of file Istream.java.

String is.Istream.getString  ) 
 

Reads a single string value from this stream.

Returns:
String value read form this stream

Definition at line 114 of file Istream.java.

String [] is.Istream.getStringArray  ) 
 

Reads an array of string values from this stream.

Returns:
array of Strings read form this stream

Definition at line 270 of file Istream.java.

Time is.Istream.getTime  ) 
 

Reads a single time value from this stream.

Returns:
Time value read form this stream

Definition at line 143 of file Istream.java.

Time [] is.Istream.getTimeArray  ) 
 

Reads an array of time values from this stream.

Returns:
array of Times read form this stream

Definition at line 323 of file Istream.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