Sct.File.IStreamFile Class Reference

Inheritance diagram for Sct.File.IStreamFile:

Inheritance graph
[legend]
Collaboration diagram for Sct.File.IStreamFile:

Collaboration graph
[legend]
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 Mon Feb 6 14:14:49 2006 for SCT DAQ/DCS Software - Java by  doxygen 1.4.6