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

Sct.File.IStreamFile Class Reference

List of all members.

Public Member Functions

 IStreamFile (NameFile name) throws IOException
 Creates a new instance of IStreamFile.

 IStreamFile (byte[] input)
 Creates an IStreamFile that reads from a byte[] rather than a file directly.

boolean readBoolean (String name) throws java.io.IOException
boolean[] readBooleanArray (String name) throws java.io.IOException
byte readByte (String name) throws java.io.IOException
byte[] readByteArray (String name) throws java.io.IOException
double readDouble (String name) throws java.io.IOException
double[] readDoubleArray (String name) throws java.io.IOException
float readFloat (String name) throws java.io.IOException
float[] readFloatArray (String name) throws java.io.IOException
int readInt (String name) throws java.io.IOException
int[] readIntArray (String name) throws java.io.IOException
long readLong (String name) throws java.io.IOException
long[] readLongArray (String name) throws java.io.IOException
short readShort (String name) throws java.io.IOException
short[] readShortArray (String name) throws java.io.IOException
String readString (String name) throws java.io.IOException
String[] readStringArray (String name) throws java.io.IOException

Private Member Functions

void align (Buffer a, Buffer b)
 Ensures that b's position is the same as a's.


Private Attributes

ByteBuffer buffer

Detailed Description

Author:
Matthew Palmer

Definition at line 17 of file IStreamFile.java.


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