|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectprocope.data.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. |
static void |
writeXGMML(PurificationData data,
File outfile)
Creates a Cytoscape-compatible XGMML file. |
static void |
writeXGMML(PurificationData data,
OutputStream outstream)
Creates a Cytoscape-compatible XGMML file, but writes to an output stream. |
static void |
writeXGMML(PurificationData data,
String outfile)
Creates a Cytoscape-compatible XGMML 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
public static void writeXGMML(PurificationData data, String outfile) throws IOException
data
- purification data to be stored as XGMMLoutfile
- path to output file
IOException
- if the file could not be writtenpublic static void writeXGMML(PurificationData data, File outfile) throws IOException
data
- purification data to be stored as XGMMLoutfile
- path to output file
IOException
- if the file could not be writtenpublic static void writeXGMML(PurificationData data, OutputStream outstream)
data
- purification data to be stored as XGMMLoutstream
- to which the XGMML will be written to
FileNotFoundException
- if the output file could not be opened
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |