Class ByteUtil
- java.lang.Object
-
- org.apache.tika.parser.microsoft.onenote.fsshttpb.util.ByteUtil
-
public final class ByteUtil extends Object
-
-
Constructor Summary
Constructors Constructor Description ByteUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
appendByteArrayToListOfByte(List<Byte> byteList, byte[] byteArrayToAdd)
static byte[]
toByteArray(List<Byte> bytes)
static List<Byte>
toListOfByte(byte[] bytes)
-