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_dp
vector of 2d double (double[2]) wavenumber,absorbance.protected String
m_LastError
the last error that occurred.
-
Constructor Summary
Constructors Modifier Constructor Description protected
ParsedFile()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getLastError()
Returns the last error that occurred.List<float[]>
getPoints()
boolean
parse(List<String> lines)
Parses the given lines.
-