Gets the next n bits and increases input pointer. This is equivalent to PeekBits followed by DropBits, except for correct error handling.
Parameters
- bitCount
- The number of bits to retrieve.
Return Value
the value of the bits, or -1 if not enough bits available.
See Also
StreamManipulator Class | ICSharpCode.SharpZipLib.Zip.Compression.Streams Namespace