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