org.knime.core.data
Interface DataCellDataOutput

All Superinterfaces:
DataOutput

public interface DataCellDataOutput
extends DataOutput

Extended DataOutput, which also allows the serialization of DataCell objects. It also overcomes the 64k limitation when serializing Strings in UTF format.

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

Method Summary
 void writeDataCell(DataCell cell)
          Writes a given DataCell to the output stream.
 void writeUTF(String s)
          Writes a UTF String as described in DataOutput.writeUTF(String) except for the 64k limitation.
 
Methods inherited from interface java.io.DataOutput
write, write, write, writeBoolean, writeByte, writeBytes, writeChar, writeChars, writeDouble, writeFloat, writeInt, writeLong, writeShort
 

Method Detail

writeUTF

void writeUTF(String s)
              throws IOException
Writes a UTF String as described in DataOutput.writeUTF(String) except for the 64k limitation.

Specified by:
writeUTF in interface DataOutput
Throws:
IOException

writeDataCell

void writeDataCell(DataCell cell)
                   throws IOException
Writes a given DataCell to the output stream.

Parameters:
cell - The cell to write.
Throws:
IOException - If any IO problem occur
NullPointerException - If the argument is null.


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.