Package ubic.basecode.io.writer
Class HistogramWriter
java.lang.Object
ubic.basecode.io.writer.HistogramWriter
Print an
object to a text file.
invalid reference
hep.aidia.IHistogram1D
- Author:
- Paul Pavlidis
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
write
(IHistogram1D h, OutputStream s) Print to a stream.void
write
(IHistogram1D h, Writer s) Print out a IHistogram1D object.
-
Constructor Details
-
HistogramWriter
public HistogramWriter()
-
-
Method Details
-
write
Print to a stream.- Parameters:
h
-s
-- Throws:
IOException
-
write
Print out a IHistogram1D object.- Parameters:
h
- IHistogram1D to be printed.s
- PrintStream to be printed to.- Throws:
IOException
-