StreamManipulator.DropBits Method

SharpZip Compression Library

SharpZip Compression Library

StreamManipulator.DropBits Method 

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.

public void DropBits(
   int n
);

See Also

StreamManipulator Class | ICSharpCode.SharpZipLib.Zip.Compression.Streams Namespace