Package | Description |
---|---|
ambit2.base.data |
Base data structures; no chemistry.
|
ambit2.core.io |
Input output support.
|
ambit2.core.processors.batch | |
ambit2.groupcontribution.dataset | |
ambit2.reactions.cli | |
ambit2.tautomers.tools |
Modifier and Type | Method and Description |
---|---|
boolean |
Template.load(InputStream in) |
boolean |
Template.load(Reader reader) |
boolean |
Property.save(OutputStream out) |
boolean |
Template.save(OutputStream out) |
boolean |
Property.save(Writer writer) |
boolean |
Template.save(Writer writer) |
Modifier and Type | Method and Description |
---|---|
File |
FileState.createFile() |
static org.openscience.cdk.io.iterator.IIteratingChemObjectReader |
FileInputState.getI5DReader(File file) |
static org.openscience.cdk.io.iterator.IIteratingChemObjectReader |
FileInputState.getI5DReader(InputStream in) |
static org.openscience.cdk.io.iterator.IIteratingChemObjectReader |
FileInputState.getI5ZReader(File file) |
static IRawReader<IStructureRecord> |
FileInputState.getRawReader(InputStream stream,
String extension,
org.openscience.cdk.io.formats.IChemFormat format) |
org.openscience.cdk.io.iterator.IIteratingChemObjectReader |
FileInputState.getReader() |
org.openscience.cdk.io.iterator.IIteratingChemObjectReader |
IInputState.getReader() |
static org.openscience.cdk.io.iterator.IIteratingChemObjectReader |
FileInputState.getReader(File file) |
static org.openscience.cdk.io.iterator.IIteratingChemObjectReader |
FileInputState.getReader(File file,
org.openscience.cdk.io.formats.IChemFormat format) |
static org.openscience.cdk.io.iterator.IIteratingChemObjectReader |
FileInputState.getReader(InputStream stream,
String ext) |
static org.openscience.cdk.io.iterator.IIteratingChemObjectReader |
FileInputState.getReader(InputStream stream,
String extension,
org.openscience.cdk.io.formats.IChemFormat format) |
static File |
ZipReader.getTempFolder() |
org.openscience.cdk.io.IChemObjectWriter |
FileOutputState.getWriter() |
org.openscience.cdk.io.IChemObjectWriter |
IOutputState.getWriter() |
static org.openscience.cdk.io.IChemObjectWriter |
FileOutputState.getWriter(OutputStream stream,
String ext) |
boolean |
FileState.match() |
File[] |
ZipReader.unzip(File zipfile,
File directory,
OPTIONS options) |
File[] |
ZipReader.unzip(InputStream zipstream,
File directory,
OPTIONS options) |
Constructor and Description |
---|
IteratingFileReader(File file) |
IteratingFileReader(File file,
org.openscience.cdk.io.formats.IChemFormat format) |
ZipReader(File zipfile) |
ZipReader(File zipfile,
OPTIONS options) |
ZipReader(InputStream zipstream) |
ZipReader(InputStream zipstream,
OPTIONS options) |
Modifier and Type | Method and Description |
---|---|
org.openscience.cdk.io.iterator.IIteratingChemObjectReader |
DefaultInputState.getReader() |
Modifier and Type | Method and Description |
---|---|
static org.openscience.cdk.io.iterator.IIteratingChemObjectReader<org.openscience.cdk.interfaces.IAtomContainer> |
DataSet.getReader(InputStream in,
String extension) |
Modifier and Type | Method and Description |
---|---|
protected org.openscience.cdk.io.iterator.IIteratingChemObjectReader<org.openscience.cdk.interfaces.IAtomContainer> |
SyntheticAccessibilityCli.getReader(InputStream in,
String extension) |
Modifier and Type | Method and Description |
---|---|
protected org.openscience.cdk.io.iterator.IIteratingChemObjectReader<org.openscience.cdk.interfaces.IAtomContainer> |
TautomerAnalysis.getReader(InputStream in,
String extension) |
Copyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.