public static class InputStreamDatabaseConnection.Parameterizer extends AbstractDatabaseConnection.Parameterizer
| Modifier and Type | Field and Description |
|---|---|
protected java.io.InputStream |
instream
Input stream.
|
static OptionID |
STREAM_ID
Input stream to read.
|
filters, FILTERS_ID, parser, PARSER_ID| Constructor and Description |
|---|
Parameterizer() |
| Modifier and Type | Method and Description |
|---|---|
protected InputStreamDatabaseConnection |
makeInstance()
Make an instance after successful configuration.
|
protected void |
makeOptions(Parameterization config)
Add all options.
|
configFilters, configParserconfigure, makepublic static final OptionID STREAM_ID
Note that this parameter is not used by the subclass
FileBasedDatabaseConnection. It is mostly useful with the
Parameterization API from java.
protected java.io.InputStream instream
protected void makeOptions(Parameterization config)
AbstractParameterizermakeOptions in class AbstractParameterizerconfig - Parameterization to add options to.protected InputStreamDatabaseConnection makeInstance()
AbstractParameterizermakeInstance in class AbstractParameterizerCopyright © 2019 ELKI Development Team. License information.