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