Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Gets the next n bits and increases input pointer. This is equivalent to PeekBits(Int32) followed by DropBits(Int32), except for correct error handling.

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

Parameters

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

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.GetBits(System.Int32)"]

See Also