|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DataCellDataInput | |
---|---|
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 DataCellDataInput in org.knime.core.data |
---|
Methods in org.knime.core.data with parameters of type DataCellDataInput | |
---|---|
T |
DataCellSerializer.deserialize(DataCellDataInput input)
Loads a new instance of DataCell of type
T from the input stream, which represents a
former serialized DataCell content. |
Uses of DataCellDataInput in org.knime.core.data.collection |
---|
Methods in org.knime.core.data.collection with parameters of type DataCellDataInput | |
---|---|
static BlobSupportDataCellList |
BlobSupportDataCellList.deserialize(DataCellDataInput input)
Static deserializer for a list. |
static BlobSupportDataCellSet |
BlobSupportDataCellSet.deserialize(DataCellDataInput input)
Static deserializer for a datacell set. |
Uses of DataCellDataInput in org.knime.core.data.date |
---|
Methods in org.knime.core.data.date with parameters of type DataCellDataInput | |
---|---|
DateAndTimeCell |
DateAndTimeCellSerializer.deserialize(DataCellDataInput input)
Loads a new instance of DataCell of type
T from the input stream, which represents a
former serialized DataCell content. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |