public class IsotopeReader extends Object
| Constructor and Description |
|---|
IsotopeReader(InputStream input,
IChemObjectBuilder builder)
Instantiates a new reader that parses the XML from the given
input. |
| Modifier and Type | Method and Description |
|---|---|
List<IIsotope> |
readIsotopes()
Triggers the XML parsing of the data file and returns the read Isotopes.
|
public IsotopeReader(InputStream input, IChemObjectBuilder builder)
input.input - InputStream with the XML sourcebuilder - The IChemObjectBuilder used to create new IIsotope's.Copyright © 2018. All Rights Reserved.