|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdata.purifications.PurificationDataWriter
public class PurificationDataWriter
Writes purification data to a given file or stream.
This class is not instantiatable.
Method Summary | |
---|---|
static void |
writePurificationData(PurificationData data,
File outfile)
Writes a purification data set to a given file. |
static void |
writePurificationData(PurificationData data,
OutputStream stream)
Writes a purification data set to a given output stream |
static void |
writePurificationData(PurificationData data,
String outfile)
Writes a purification data set to a given file. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void writePurificationData(PurificationData data, String outfile) throws IOException
data
- purification data set to be written outoutfile
- output file
IOException
- if the file could not be writtenpublic static void writePurificationData(PurificationData data, File outfile) throws IOException
data
- purification data set to be written outoutfile
- output file
IOException
- if the file could not be writtenpublic static void writePurificationData(PurificationData data, OutputStream stream)
data
- purification data set to be written outstream
- output stream the data will be written to
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |