static byte[] huffmanCompressByteArray(byte[] data) { ret new HuffmanByteArray(data).toByteArray(); }