public class MDL_SDF<T extends Molecule> extends ReadableChemFormatBase<T>
Constructor and Description |
---|
MDL_SDF() |
MDL_SDF(MoleculeFactory<T> inMoleculeFactory) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasJanusDelimiter()
A format has a Janus delimiter if the line that indicates that the previous record is over is also part of the
next record.
|
boolean |
isEndOfRecord(String inLine) |
T |
readRecord(BufferedReader inReader) |
getMoleculeFactory, read, read, readRecord, setBioSequenceFactory
public MDL_SDF()
public MDL_SDF(MoleculeFactory<T> inMoleculeFactory)
public boolean hasJanusDelimiter()
ReadableChemFormat
public boolean isEndOfRecord(String inLine)
public T readRecord(BufferedReader inReader) throws ChemIOException
ChemIOException
jataylor@hairyfatguy.com