|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.jhu.ece.iacl.jist.io.DxDataWriter
public class DxDataWriter
The Class DxDataWriter.
| Constructor Summary | |
|---|---|
DxDataWriter()
|
|
| Method Summary | |
|---|---|
static boolean |
write(double[][] dat,
java.io.File f)
Write. |
static boolean |
write(int[][] dat,
java.io.File f)
Write. |
static boolean |
write(int[] dat,
java.io.File f)
Write. |
static void |
writeASCII(java.io.DataOutputStream out,
java.lang.String towrite)
Write ascii. |
static void |
writeVectorInt(java.io.BufferedWriter out,
int[] vec)
Write vector int. |
static void |
writeVectorInt(java.io.DataOutputStream out,
int[] vec)
Write vector int. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DxDataWriter()
| Method Detail |
|---|
public static void writeVectorInt(java.io.DataOutputStream out,
int[] vec)
throws java.io.IOException
out - the outvec - the vec
java.io.IOException - Signals that an I/O exception has occurred.
public static void writeVectorInt(java.io.BufferedWriter out,
int[] vec)
throws java.io.IOException
out - the outvec - the vec
java.io.IOException - Signals that an I/O exception has occurred.
public static void writeASCII(java.io.DataOutputStream out,
java.lang.String towrite)
throws java.io.IOException
out - the outtowrite - the towrite
java.io.IOException - Signals that an I/O exception has occurred.
public static boolean write(double[][] dat,
java.io.File f)
dat - the datf - the f
public static boolean write(int[][] dat,
java.io.File f)
dat - the datf - the f
public static boolean write(int[] dat,
java.io.File f)
dat - the datf - the f
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||