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