| Modifier and Type | Field and Description |
|---|---|
static RawIntCodec |
INSTANCE |
| Constructor and Description |
|---|
RawIntCodec() |
| Modifier and Type | Method and Description |
|---|---|
int |
decode(byte[] bytes,
int offset) |
byte[] |
encode(int value) |
int |
encode(int value,
byte[] bytes,
int offset) |
int |
length(int value) |
public static final RawIntCodec INSTANCE
Copyright © 2009–2021. All rights reserved.