The reader to read the encoded data from. The current position of the reader must point to the beginning of the huffman tree. After decoding the reader position is set to the next full byte after the encoded data.
The number of bytes to decode. Defines the size of the returned array.
The decoded data.
Decodes huffman encoded data read from the given reader and returns the decoded data.