static IntegerCodec |
IntegerCodec.S16BE |
A signed 16-bit integer encoded in 2 bytes, MSB-first
|
static IntegerCodec |
IntegerCodec.S16BEIE |
|
static IntegerCodec |
IntegerCodec.S16LE |
A signed 16-bit integer encoded in 2 bytes, LSB-first
|
static IntegerCodec |
IntegerCodec.S16LEIE |
|
static IntegerCodec |
IntegerCodec.S24BE |
A signed 24-bit integer encoded in 3 bytes, MSB-first
|
static IntegerCodec |
IntegerCodec.S24BEIE |
|
static IntegerCodec |
IntegerCodec.S24LE |
A signed 24-bit integer encoded in 3 bytes, LSB-first
|
static IntegerCodec |
IntegerCodec.S24LEIE |
|
static IntegerCodec |
IntegerCodec.S32BE |
A signed 32-bit integer encoded in 4 bytes, MSB-first
|
static IntegerCodec |
IntegerCodec.S32BEIE |
|
static IntegerCodec |
IntegerCodec.S32LE |
A signed 32-bit integer encoded in 4 bytes, LSB-first
|
static IntegerCodec |
IntegerCodec.S32LEIE |
|
static IntegerCodec |
IntegerCodec.S8 |
A signed 8-bit integer encoded in 1 byte
|
static IntegerCodec |
IntegerCodec.S8IE |
|
static IntegerCodec |
IntegerCodec.SVARBE |
A variable-length signed LSB-first integer
|
static IntegerCodec |
IntegerCodec.SVARBEIE |
|
static IntegerCodec |
IntegerCodec.SVARLE |
A variable-length signed MSB-first integer
|
static IntegerCodec |
IntegerCodec.SVARLEIE |
|
static IntegerCodec |
IntegerCodec.U16BE |
An unsigned 16-bit integer encoded in 2 bytes, MSB-first
|
static IntegerCodec |
IntegerCodec.U16BEIE |
An unsigned 16-bit integer encoded in 2 bytes, MSB-first, ignore extra octets
|
static IntegerCodec |
IntegerCodec.U16LE |
An unsigned 16-bit integer encoded in 2 bytes, LSB-first
|
static IntegerCodec |
IntegerCodec.U16LEIE |
|
static IntegerCodec |
IntegerCodec.U24BE |
An unsigned 24-bit integer encoded in 3 bytes, MSB-first
|
static IntegerCodec |
IntegerCodec.U24BEIE |
|
static IntegerCodec |
IntegerCodec.U24LE |
An unsigned 24-bit integer encoded in 3 bytes, LSB-first
|
static IntegerCodec |
IntegerCodec.U24LEIE |
|
static IntegerCodec |
IntegerCodec.U8 |
An unsigned 8-bit integer encoded in 1 byte
|
static IntegerCodec |
IntegerCodec.U8IE |
An unsigned 8-bit integer encoded in 1 byte, ignore extra octets
|
static IntegerCodec |
IntegerCodec.UVARBE |
A variable-length unsigned LSB-first integer
|
static IntegerCodec |
IntegerCodec.UVARBEIE |
|
static IntegerCodec |
IntegerCodec.UVARLE |
A variable-length unsigned MSB-first integer
|
static IntegerCodec |
IntegerCodec.UVARLEIE |
|