|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PortObjectZipInputStream | |
---|---|
org.knime.core.node.port | |
org.knime.core.node.port.pmml |
Uses of PortObjectZipInputStream in org.knime.core.node.port |
---|
Methods in org.knime.core.node.port that return PortObjectZipInputStream | |
---|---|
static PortObjectZipInputStream |
PortUtil.getPortObjectZipInputStream(InputStream in)
|
Methods in org.knime.core.node.port with parameters of type PortObjectZipInputStream | |
---|---|
protected abstract void |
AbstractPortObject.load(PortObjectZipInputStream in,
PortObjectSpec spec,
ExecutionMonitor exec)
Loads the content into the freshly instantiated object. |
abstract T |
PortObject.PortObjectSerializer.loadPortObject(PortObjectZipInputStream in,
PortObjectSpec spec,
ExecutionMonitor exec)
Load a portObject from an input stream. |
Uses of PortObjectZipInputStream in org.knime.core.node.port.pmml |
---|
Methods in org.knime.core.node.port.pmml with parameters of type PortObjectZipInputStream | |
---|---|
PMMLPortObject |
PMMLPortObjectSerializer.loadPortObject(PortObjectZipInputStream in,
PortObjectSpec spec,
ExecutionMonitor exec)
Load a portObject from an input stream. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |