public interface LongCodec
| Modifier and Type | Method and Description |
|---|---|
default long |
decode(byte[] bytes) |
long |
decode(byte[] bytes,
int offset) |
byte[] |
encode(long value) |
int |
encode(long value,
byte[] bytes,
int offset) |
int |
length(long value) |
Copyright © 2009–2021. All rights reserved.