PendingBuffer.WriteBits Method

SharpZip Compression Library

SharpZip Compression Library

PendingBuffer.WriteBits Method 

Write bits to internal buffer

public void WriteBits(
   int b,
   int count
);

Parameters

b
source of bits
count
number of bits to write

See Also

PendingBuffer Class | ICSharpCode.SharpZipLib.Zip.Compression Namespace