public class ComparableLongArrayCodec extends Object
| Modifier and Type | Field and Description |
|---|---|
static ComparableLongArrayCodec |
INSTANCE |
| Constructor and Description |
|---|
ComparableLongArrayCodec() |
| Modifier and Type | Method and Description |
|---|---|
long[] |
decode(byte[] bytes) |
long[] |
decode(byte[] bytes,
int offset,
int bytesLength) |
byte[] |
encode(long[] values) |
int |
encode(long[] values,
byte[] bytes,
int offset) |
public static final ComparableLongArrayCodec INSTANCE
Copyright © 2009–2021. All rights reserved.