Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Get the next sequence of bits but don't increase input pointer. bitCount must be
less or equal 16 and if this call succeeds, you must drop
at least n - 8 bits in the next call.
Namespace:
SharedCache.WinServiceCommon.SharpZipLib.Zip.Compression.Streams
Assembly:
SharedCache.WinServiceCommon (in SharedCache.WinServiceCommon.dll) Version: 3.0.5.1 (3.0.5.1)
Syntax
| C# |
|---|
public int PeekBits(
int bitCount
) |
| Visual Basic (Declaration) |
|---|
Public Function PeekBits ( _
bitCount As Integer _
) As Integer |
| Visual C++ |
|---|
public:
int PeekBits(
int bitCount
) |
Return Value
the value of the bits, or -1 if not enough bits available. */
Remarks
See Also