|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CellClassInfo | |
---|---|
org.knime.core.data.container |
Implementation of a DataContainer . |
Uses of CellClassInfo in org.knime.core.data.container |
---|
Methods in org.knime.core.data.container that return CellClassInfo | |
---|---|
(package private) static CellClassInfo |
CellClassInfo.get(Class<? extends DataCell> cellClass,
DataType collectionElementType)
Same as get(DataCell) , only with resolved arguments. |
(package private) static CellClassInfo |
CellClassInfo.get(DataCell cell)
Access method to retrieve the CellClassInfo for a given DataCell. |
(package private) CellClassInfo |
BlobWrapperDataCell.getBlobClassInfo()
|
(package private) CellClassInfo |
Buffer.getTypeForChar(byte identifier)
Perform lookup for the DataCell class info given the argument byte. |
Methods in org.knime.core.data.container with parameters of type CellClassInfo | |
---|---|
(package private) BlobDataCell |
Buffer.readBlobDataCell(BlobDataCell.BlobAddress blobAddress,
CellClassInfo cl)
Reads the blob from the given blob address. |
(package private) BlobDataCell |
BufferFromFileIteratorVersion20.DataCellStreamReader.readBlobDataCell(BlobDataCell.BlobAddress blobAddress,
CellClassInfo cl)
Reads the blob from the given blob address. |
(package private) static BlobDataCell |
BufferFromFileIteratorVersion1x.readBlobDataCell(Buffer buffer,
BlobDataCell.BlobAddress blobAddress,
CellClassInfo cl)
Reads the blob from the given blob address. |
Constructors in org.knime.core.data.container with parameters of type CellClassInfo | |
---|---|
BlobWrapperDataCell(Buffer b,
BlobDataCell.BlobAddress ba,
CellClassInfo cl)
Keeps references. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |