|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PortObjectZipOutputStream | |
---|---|
org.knime.core.node.port | |
org.knime.core.node.port.pmml |
Uses of PortObjectZipOutputStream in org.knime.core.node.port |
---|
Methods in org.knime.core.node.port that return PortObjectZipOutputStream | |
---|---|
static PortObjectZipOutputStream |
PortUtil.getPortObjectZipOutputStream(OutputStream in)
|
Methods in org.knime.core.node.port with parameters of type PortObjectZipOutputStream | |
---|---|
protected abstract void |
AbstractPortObject.save(PortObjectZipOutputStream out,
ExecutionMonitor exec)
Saves this object to an output stream. |
abstract void |
PortObject.PortObjectSerializer.savePortObject(T portObject,
PortObjectZipOutputStream out,
ExecutionMonitor exec)
Saves the portObject to an output stream. |
Uses of PortObjectZipOutputStream in org.knime.core.node.port.pmml |
---|
Methods in org.knime.core.node.port.pmml with parameters of type PortObjectZipOutputStream | |
---|---|
void |
PMMLPortObjectSerializer.savePortObject(PMMLPortObject portObject,
PortObjectZipOutputStream out,
ExecutionMonitor exec)
Saves the portObject to an output stream. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |