MolConverter.Builder instead.@Deprecated public static class MolConverter.Options extends MolConverter.Builder
| Constructor and Description |
|---|
MolConverter.Options()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addInput(File f,
String opts)
Deprecated.
|
void |
addInput(InputStream is,
String opts)
Deprecated.
|
void |
addInput(String fname,
String opts)
Deprecated.
|
MolConverter |
build()
Deprecated.
|
MolConverter.Builder |
clean(int dim)
Deprecated.
|
MolConverter.Builder |
clean(int dim,
String opts)
Deprecated.
|
void |
clear()
Deprecated.
|
protected Object |
clone()
Deprecated.
|
int |
getInputCount()
Deprecated.
|
void |
setEncodings(String enc)
Deprecated.
|
void |
setFields(String[] fields)
Deprecated.
|
void |
setOutput(File f,
String fmtopts)
Deprecated.
|
void |
setOutput(OutputStream out,
String fmtopts)
Deprecated.
|
void |
setOutput(String fname,
String fmtopts)
Deprecated.
|
void |
setOutputFlags(int outflags)
Deprecated.
|
@Deprecated public MolConverter.Options()
@Deprecated public void addInput(File f, String opts)
MolConverter.BuilderaddInput in class MolConverter.Builderf - the fileopts - import options or null@Deprecated public void addInput(InputStream is, String opts)
MolConverter.BuilderaddInput in class MolConverter.Builderis - the input streamopts - import options or null@Deprecated public void addInput(String fname, String opts)
MolConverter.BuilderaddInput in class MolConverter.Builderfname - the file's pathopts - import options or null@Deprecated public MolConverter build() throws MolFormatException, MolExportException, IOException, IllegalArgumentException
MolConverter.Builderbuild in class MolConverter.BuilderMolFormatException - If the molecule file is in a
format that cannot be readMolExportException - If the molecule cannot be exported
in the specified formatIOException - If I/O error occured when determining
the file format.IllegalArgumentException - Invalid format string (fmt).@Deprecated public MolConverter.Builder clean(int dim, String opts)
MolConverter.Builderclean in class MolConverter.Builderdim - cleaning dimension, 2 or 3opts - cleaning options@Deprecated public MolConverter.Builder clean(int dim)
MolConverter.Builderclean in class MolConverter.Builderdim - cleaning dimension, 2 or 3@Deprecated public void clear()
MolConverter.Builderclear in class MolConverter.Builder@Deprecated protected Object clone()
MolConverter.Builderclone in class MolConverter.Builder@Deprecated public int getInputCount()
MolConverter.BuildergetInputCount in class MolConverter.Builder@Deprecated public void setEncodings(String enc)
MolConverter.BuildersetEncodings in class MolConverter.Builderenc - the input and/or output encodings in
INCHARSET..OUTCHARSET format@Deprecated public void setFields(String[] fields)
MolConverter.BuildersetFields in class MolConverter.Builderfields - the fields@Deprecated public void setOutput(File f, String fmtopts)
MolConverter.BuildersetOutput in class MolConverter.Builderf - the output filefmtopts - file format and options (or null)@Deprecated public void setOutput(OutputStream out, String fmtopts)
MolConverter.BuildersetOutput in class MolConverter.Builderout - the output streamfmtopts - file format and options (or null)@Deprecated public void setOutput(String fname, String fmtopts)
MolConverter.BuildersetOutput in class MolConverter.Builderfname - the output file's pathfmtopts - file format and options (or null)@Deprecated public void setOutputFlags(int outflags)
MolConverter.BuildersetOutputFlags in class MolConverter.Builderoutflags - output flags, a combination of
MolExporter.TEXT
and MolExporter.MULTIPLE