@TestClass(value="org.openscience.cdk.config.isotopes.IsotopeReaderTest") 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.
|
@TestMethod(value="testIsotopeReader_InputStream_IChemObjectBuilder") public IsotopeReader(InputStream input, IChemObjectBuilder builder)
input
.input
- InputStream with the XML sourcebuilder
- The IChemObjectBuilder
used to create new IIsotope's.@TestMethod(value="testReadIsotopes,testReadIsotopes2") public List<IIsotope> readIsotopes()
Copyright © 2014. All Rights Reserved.