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
)

Parameters

bitCount
Type: System..::.Int32
The number of bits to peek.

Return Value

the value of the bits, or -1 if not enough bits available. */

Remarks

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

See Also