Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Assembly: SharedCache.WinServiceCommon (in SharedCache.WinServiceCommon.dll) Version: 3.0.5.1 (3.0.5.1)
Reads the next symbol from input. The symbol is encoded using the
huffman tree.
Namespace:
SharedCache.WinServiceCommon.SharpZipLib.Zip.CompressionAssembly: 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 ) |
Parameters
- input
- Type: SharedCache.WinServiceCommon.SharpZipLib.Zip.Compression.Streams..::.StreamManipulator
input the input source.
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)"]