Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Reads the next symbol from input. The symbol is encoded using the huffman tree.

Namespace:  SharedCache.WinServiceCommon.SharpZipLib.Zip.Compression
Assembly:  SharedCache.WinServiceCommon (in SharedCache.WinServiceCommon.dll) Version: 3.0.5.1 (3.0.5.1)

Syntax

C#
public int GetSymbol(
	StreamManipulator input
)
Visual Basic (Declaration)
Public Function GetSymbol ( _
	input As StreamManipulator _
) As Integer
Visual C++
public:
int GetSymbol(
	StreamManipulator^ input
)

Return Value

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

Remarks

[Missing <remarks> documentation for "M:SharedCache.WinServiceCommon.SharpZipLib.Zip.Compression.InflaterHuffmanTree.GetSymbol(SharedCache.WinServiceCommon.SharpZipLib.Zip.Compression.Streams.StreamManipulator)"]

See Also