static long huffmanSize(byte[] data) { ret new HuffmanByteArray(data).byteIOLength(); }