|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DataCellDataOutput | |
---|---|
org.knime.core.data | Contains the interface definitions of the DataCell
and DataTable and related
classes, used to store and access the actual data. |
org.knime.core.data.collection | Definitions for KNIME collection types and default implementations. |
org.knime.core.data.date | Definition of date and time in KNIME. |
Uses of DataCellDataOutput in org.knime.core.data |
---|
Methods in org.knime.core.data with parameters of type DataCellDataOutput | |
---|---|
void |
DataCellSerializer.serialize(T cell,
DataCellDataOutput output)
Saves the cell to the output stream. |
Uses of DataCellDataOutput in org.knime.core.data.collection |
---|
Methods in org.knime.core.data.collection with parameters of type DataCellDataOutput | |
---|---|
void |
BlobSupportDataCellList.serialize(DataCellDataOutput output)
Write this object to an output. |
void |
BlobSupportDataCellSet.serialize(DataCellDataOutput output)
Write this object to an output. |
Uses of DataCellDataOutput in org.knime.core.data.date |
---|
Methods in org.knime.core.data.date with parameters of type DataCellDataOutput | |
---|---|
void |
DateAndTimeCellSerializer.serialize(DateAndTimeCell cell,
DataCellDataOutput output)
Saves the cell to the output stream. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |