Package ubic.basecode.io.reader
Class HistogramReader
- java.lang.Object
-
- ubic.basecode.io.reader.HistogramReader
-
public class HistogramReader extends Object
Reads histograms stored in flat files- Author:
- raymond
-
-
Field Summary
Fields Modifier and Type Field Description protected BufferedReader
in
-
Constructor Summary
Constructors Constructor Description HistogramReader(Reader in, String title)
HistogramReader(String fileName)
-
-
-
Field Detail
-
in
protected BufferedReader in
-
-
Constructor Detail
-
HistogramReader
public HistogramReader(String fileName) throws FileNotFoundException
- Throws:
FileNotFoundException
-
-
Method Detail
-
read1D
public hep.aida.ref.Histogram1D read1D() throws IOException
- Returns:
- Throws:
IOException
-
-