PendingBuffer.WriteBits Method

[Visual Basic]
Public Sub WriteBits( _
   ByVal b As Integer, _
   ByVal count As Integer _
)
[C#]
public void WriteBits(
   int b,
   int count
);

See Also

PendingBuffer Class | PendingBuffer Members | ICSharpCode.SharpZipLib.Zip.Compression Namespace