|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BlobDataCell.BlobAddress | |
---|---|
org.knime.core.data.container |
Implementation of a DataContainer . |
Uses of BlobDataCell.BlobAddress in org.knime.core.data.container |
---|
Methods in org.knime.core.data.container that return BlobDataCell.BlobAddress | |
---|---|
(package private) static BlobDataCell.BlobAddress |
BlobDataCell.BlobAddress.deserialize(DataInput input)
Reads blob address from stream. |
(package private) BlobDataCell.BlobAddress |
BlobWrapperDataCell.getAddress()
|
(package private) BlobDataCell.BlobAddress |
BlobDataCell.getBlobAddress()
Get the location of the blob or null
if it hasn't been stored just yet. |
BlobDataCell.BlobAddress |
DCObjectInputStream.readBlobAddress()
Reads a blob address from the stream and ends the block. |
(package private) BlobDataCell.BlobAddress |
DCObjectInputVersion2.readBlobAddress()
Reads a blob address from the stream. |
Methods in org.knime.core.data.container with parameters of type BlobDataCell.BlobAddress | |
---|---|
(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. |
(package private) void |
BlobWrapperDataCell.setAddressAndBuffer(BlobDataCell.BlobAddress address,
Buffer buffer)
Framework method to set buffer and address. |
(package private) void |
BlobDataCell.setBlobAddress(BlobDataCell.BlobAddress blobAddress)
Set Blob address (which can't be null ). |
(package private) void |
DCObjectOutputVersion2.writeBlobAddress(BlobDataCell.BlobAddress address)
Writes a given blob address to the stream. |
Constructors in org.knime.core.data.container with parameters of type BlobDataCell.BlobAddress | |
---|---|
BlobWrapperDataCell(Buffer b,
BlobDataCell.BlobAddress ba,
CellClassInfo cl)
Keeps references. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |