Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Drops the next n bits from the input. You should have called PeekBits with a bigger or equal n before, to make sure that enough bits are in the bit buffer.

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 void DropBits(
	int bitCount
)
Visual Basic (Declaration)
Public Sub DropBits ( _
	bitCount As Integer _
)
Visual C++
public:
void DropBits(
	int bitCount
)

Parameters

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

Remarks

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

See Also