Package adams.data.io.input
Class DPTSpectrumReader.ParsedFile
- java.lang.Object
-
- adams.data.io.input.DPTSpectrumReader.ParsedFile
-
- Enclosing class:
- DPTSpectrumReader
protected class DPTSpectrumReader.ParsedFile extends Object
Class for parsing a DPT file.
-
-
Field Summary
Fields Modifier and Type Field Description protected List<float[]>m_dpvector of 2d double (double[2]) wavenumber,absorbance.protected Stringm_LastErrorthe last error that occurred.
-
Constructor Summary
Constructors Modifier Constructor Description protectedParsedFile()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLastError()Returns the last error that occurred.List<float[]>getPoints()booleanparse(List<String> lines)Parses the given lines.
-