public final class ByteUtil extends Object
| Constructor and Description |
|---|
ByteUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
appendByteArrayToListOfByte(List<Byte> byteList,
byte[] byteArrayToAdd) |
static byte[] |
toByteArray(List<Byte> bytes) |
static List<Byte> |
toListOfByte(byte[] bytes) |
Copyright © 2007–2022 The Apache Software Foundation. All rights reserved.