public class HuffmanDecoder extends Object
Constructor and Description |
---|
HuffmanDecoder() |
Modifier and Type | Method and Description |
---|---|
boolean |
decode(BitInputStore input,
int nSymbols,
byte[] symbols) |
int |
getBitsInTreeCount() |
public boolean decode(BitInputStore input, int nSymbols, byte[] symbols)
public int getBitsInTreeCount()
Copyright © 2022. All rights reserved.