Sct.OStream Interface Reference

Inheritance diagram for Sct.OStream:

Inheritance graph
[legend]
List of all members.

Public Member Functions

void writeBoolean (String name, boolean b) throws IOException
void writeBooleanArray (String name, boolean[] b) throws IOException
void writeByte (String name, byte b, boolean sign) throws IOException
void writeByteArray (String name, byte[] b, boolean sign) throws IOException
void writeInt (String name, int i, boolean sign) throws IOException
void writeIntArray (String name, int[] i, boolean sign) throws IOException
void writeLong (String name, long i, boolean sign) throws IOException
void writeLongArray (String name, long[] i, boolean sign) throws IOException
void writeShort (String name, short s, boolean sign) throws IOException
void writeShortArray (String name, short[] s, boolean sign) throws IOException
void writeFloat (String name, float f) throws IOException
void writeFloatArray (String name, float[] f) throws IOException
void writeDouble (String name, double d) throws IOException
void writeDoubleArray (String name, double[] d) throws IOException
void writeString (String name, String s) throws IOException
void writeStringArray (String name, String[] s) throws IOException

Detailed Description

Definition at line 4 of file OStream.java.


The documentation for this interface was generated from the following file:
Generated on Mon Feb 6 14:14:40 2006 for SCT DAQ/DCS Software - Java by  doxygen 1.4.6