public class Bytes extends java.lang.Object
static byte[]
empty
Bytes()
array(byte... bytes)
concat(byte[]... arrays)
concat(byte[] array, byte... bytes)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static byte[] empty
public Bytes()
public static byte[] array(byte... bytes)
public static byte[] concat(byte[] array, byte... bytes)
public static byte[] concat(byte[]... arrays)