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