Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Write bits to internal buffer

Namespace:  SharedCache.WinServiceCommon.SharpZipLib.Zip.Compression
Assembly:  SharedCache.WinServiceCommon (in SharedCache.WinServiceCommon.dll) Version: 3.0.5.1 (3.0.5.1)

Syntax

C#
public void WriteBits(
	int b,
	int count
)
Visual Basic (Declaration)
Public Sub WriteBits ( _
	b As Integer, _
	count As Integer _
)
Visual C++
public:
void WriteBits(
	int b, 
	int count
)

Parameters

b
Type: System..::.Int32
source of bits
count
Type: System..::.Int32
number of bits to write

Remarks

[Missing <remarks> documentation for "M:SharedCache.WinServiceCommon.SharpZipLib.Zip.Compression.PendingBuffer.WriteBits(System.Int32,System.Int32)"]

See Also