|
SSJ V. 2.6.2. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object umontreal.iro.lecuyer.util.io.AbstractDataWriter
public abstract class AbstractDataWriter
This abstract class implements shared functionality for data writers.
Constructor Summary | |
---|---|
AbstractDataWriter()
|
Method Summary | |
---|---|
void |
write(String label,
double[] a)
Writes a one-dimensional array of 64-bit doubles (big endian). |
void |
write(String label,
float[] a)
Writes a one-dimensional array of 32-bit floats (big endian). |
void |
write(String label,
int[] a)
Writes a one-dimensional array of 32-bit integers (big endian). |
void |
write(String label,
String[] a)
Writes a one-dimensional array of strings. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface umontreal.iro.lecuyer.util.io.DataWriter |
---|
close, write, write, write, write, write, write, write, write, write, write, write, write |
Constructor Detail |
---|
public AbstractDataWriter()
Method Detail |
---|
public void write(String label, String[] a) throws IOException
write
in interface DataWriter
IOException
public void write(String label, int[] a) throws IOException
write
in interface DataWriter
IOException
public void write(String label, float[] a) throws IOException
write
in interface DataWriter
IOException
public void write(String label, double[] a) throws IOException
write
in interface DataWriter
IOException
|
SSJ V. 2.6.2. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |