|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
interface KNIMEStreamConstants
Defines some constants commonly used when writing Buffer
files.
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 |
---|
static final RowKey DUMMY_ROW_KEY
NoKeyBuffer
.
static final byte TC_TERMINATE
static final byte TC_ESCAPE
static final byte BYTE_TYPE_MISSING
static final byte BYTE_TYPE_SERIALIZATION
static final byte BYTE_TYPE_START
static final byte BYTE_ROW_SEPARATOR
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |