static byte[] huffmanDecompressByteArray(byte[] compressed) { ret new HuffmanByteArray().load(compressed)!; }