public interface Converter
Modifier and Type | Field and Description |
---|---|
static java.nio.ByteOrder |
BYTEORDER
default byte order (big endian is the default value for a ByteOrder instance, this code makes it visible)
|
static java.nio.charset.Charset |
CHARSET
default charset for string handling
|
static byte |
FALSE
0 resolves to false
|
static byte[] |
NULL
null value expressed by byte array of length 0
|
static byte |
TRUE
any value but 0 resolves to true, use 127
|
static final java.nio.ByteOrder BYTEORDER
static final java.nio.charset.Charset CHARSET
static final byte TRUE
static final byte FALSE
static final byte[] NULL