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