Uses of Class
org.knime.core.data.container.CellClassInfo

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.
 



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.