public class BooleanByteTool extends Object
| Constructor and Description |
|---|
BooleanByteTool() |
| Modifier and Type | Method and Description |
|---|---|
static List<Boolean> |
fromBooleanByteArray(byte[] bytes,
int startIdx) |
static boolean |
fromBytes(byte[] bytes,
int offset) |
static byte[] |
getBooleanByteArray(List<Boolean> valuesWithNulls) |
static byte[] |
getBytes(boolean value) |
static int |
toBytes(boolean value,
byte[] bytes,
int offset) |
Copyright © 2009–2021. All rights reserved.