Package ubic.basecode.io.writer
Class HistogramWriter
- java.lang.Object
-
- ubic.basecode.io.writer.HistogramWriter
-
public class HistogramWriter extends Object
Print anhep.aidia.IHistogram1D
object to a text file.- Author:
- Paul Pavlidis
- See Also:
- hep.aida.IHistogram1D
-
-
Constructor Summary
Constructors Constructor Description HistogramWriter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
write(hep.aida.IHistogram1D h, OutputStream s)
Print to a stream.void
write(hep.aida.IHistogram1D h, Writer s)
Print out a IHistogram1D object.
-
-
-
Method Detail
-
write
public void write(hep.aida.IHistogram1D h, OutputStream s) throws IOException
Print to a stream.- Parameters:
h
-s
-- Throws:
IOException
-
write
public void write(hep.aida.IHistogram1D h, Writer s) throws IOException
Print out a IHistogram1D object.- Parameters:
h
- IHistogram1D to be printed.s
- PrintStream to be printed to.- Throws:
IOException
-
-