org.knime.core.data
Interface DataCellDataInput

All Superinterfaces:
DataInput

public interface DataCellDataInput
extends DataInput

Extended DataInput, which enables de-serialization of DataCell objects.

Author:
Bernd Wiswedel, University of Konstanz
See Also:
DataCellDataOutput

Method Summary
 DataCell readDataCell()
          Reads a DataCell as written by the accompanying write method in class DataCellDataOutput.
 
Methods inherited from interface java.io.DataInput
readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, skipBytes
 

Method Detail

readDataCell

DataCell readDataCell()
                      throws IOException
Reads a DataCell as written by the accompanying write method in class DataCellDataOutput.

Returns:
The cell being desiralized from the stream.
Throws:
IOException - If IO problems occur or the cell instance can't be instantiated (for instance because of NoClassDefFoundError)


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.