InflaterHuffmanTree.GetSymbol Method

Reads the next symbol from input. The symbol is encoded using the huffman tree.

[Visual Basic]
Public Function GetSymbol( _
   ByVal input As ICSharpCode.SharpZipLib.Zip.Compression.Streams.StreamManipulator _
) As Integer
[C#]
public int GetSymbol(
   StreamManipulator input
);

Parameters

input

input the input source.

Return Value

the next symbol, or -1 if not enough input is available.

See Also

InflaterHuffmanTree Class | InflaterHuffmanTree Members | ICSharpCode.SharpZipLib.Zip.Compression Namespace