Uses of Class
org.knime.core.data.container.BlobDataCell.BlobAddress

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.
 



Copyright, 2003 - 2010. All rights reserved.
University of Konstanz, Germany.
Chair for Bioinformatics and Information Mining, Prof. Dr. Michael R. Berthold.
You may not modify, publish, transmit, transfer or sell, reproduce, create derivative works from, distribute, perform, display, or in any way exploit any of the content, in whole or in part, except as otherwise expressly permitted in writing by the copyright owner or as specified in the license file distributed with this product.