Reads the next symbol from input. The symbol is encoded using the huffman tree.
Parameters
- input
- input the input source.
Return Value
the next symbol, or -1 if not enough input is available.
See Also
InflaterHuffmanTree Class | ICSharpCode.SharpZipLib.Zip.Compression Namespace