public class AsciiFormatter
extends java.lang.Object
| Constructor and Description |
|---|
AsciiFormatter() |
| Modifier and Type | Method and Description |
|---|---|
void |
formatToFile(java.io.File f,
QDataSet... dss)
format to the given file
|
void |
formatToFile(java.io.File f,
QDataSet ds)
format to the given file.
|
void |
formatToFile(java.lang.String f,
double[][] dd)
format to the given file
|
void |
formatToFile(java.lang.String f,
QDataSet... dss)
format to the given file name.
|
void |
formatToFile(java.lang.String f,
QDataSet ds)
format to the given file
|
public void formatToFile(java.io.File f,
QDataSet... dss)
throws java.io.IOException
f - the filedss - the datasetsjava.io.IOExceptionpublic void formatToFile(java.lang.String f,
QDataSet... dss)
throws java.io.IOException
f - the file namedss - the datasetsjava.io.IOExceptionpublic void formatToFile(java.io.File f,
QDataSet ds)
throws java.io.IOException
f - the fileds - the datasetsjava.io.IOExceptionpublic void formatToFile(java.lang.String f,
QDataSet ds)
throws java.io.IOException
f - the file nameds - the datasetjava.io.IOExceptionpublic void formatToFile(java.lang.String f,
double[][] dd)
throws java.io.IOException
f - the file namedd - the rank 2 data.java.io.IOException