org.knime.core.data.container
Interface KNIMEStreamConstants

All Known Implementing Classes:
BlockableInputStream, BlockableOutputStream, Buffer, Buffer.FromFileIterator, BufferFromFileIteratorVersion1x, BufferFromFileIteratorVersion20, DCObjectInputVersion2, DCObjectOutputVersion2, NoKeyBuffer

interface KNIMEStreamConstants

Defines some constants commonly used when writing Buffer files.

Author:
Bernd Wiswedel, University of Konstanz

Field Summary
static byte BYTE_ROW_SEPARATOR
          Separator for different rows.
static byte BYTE_TYPE_MISSING
          The char for missing cells.
static byte BYTE_TYPE_SERIALIZATION
          The char for cell whose type needs serialization.
static byte BYTE_TYPE_START
          The first used char for the map char --> type.
static RowKey DUMMY_ROW_KEY
          The key being returned by a NoKeyBuffer.
static byte TC_ESCAPE
          The byte being used to escape the next byte.
static byte TC_TERMINATE
          The byte being used as block terminate.
 

Field Detail

DUMMY_ROW_KEY

static final RowKey DUMMY_ROW_KEY
The key being returned by a NoKeyBuffer.


TC_TERMINATE

static final byte TC_TERMINATE
The byte being used as block terminate.

See Also:
Constant Field Values

TC_ESCAPE

static final byte TC_ESCAPE
The byte being used to escape the next byte. The next byte will therefore neither be considered as terminate nor as escape byte.

See Also:
Constant Field Values

BYTE_TYPE_MISSING

static final byte BYTE_TYPE_MISSING
The char for missing cells.

See Also:
Constant Field Values

BYTE_TYPE_SERIALIZATION

static final byte BYTE_TYPE_SERIALIZATION
The char for cell whose type needs serialization.

See Also:
Constant Field Values

BYTE_TYPE_START

static final byte BYTE_TYPE_START
The first used char for the map char --> type.

See Also:
Constant Field Values

BYTE_ROW_SEPARATOR

static final byte BYTE_ROW_SEPARATOR
Separator for different rows.

See Also:
Constant Field Values


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.