|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.ObjectbaseCode.io.writer.HistogramWriter
Print an hep.aidia.IHistogram1Dobject to a text file.
Copyright (c) 2004
Institution: Columbia University
| Constructor Summary | |
HistogramWriter()
|
|
| Method Summary | |
void |
write(hep.aida.IHistogram1D h,
java.io.OutputStream s)
Print to a stream. |
void |
write(hep.aida.IHistogram1D h,
java.io.Writer s)
Print out a IHistogram1D object. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public HistogramWriter()
| Method Detail |
public void write(hep.aida.IHistogram1D h,
java.io.Writer s)
throws java.io.IOException
h - IHistogram1D to be printed.s - PrintStream to be printed to.
java.io.IOException
public void write(hep.aida.IHistogram1D h,
java.io.OutputStream s)
throws java.io.IOException
h - s -
java.io.IOException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||