C# (CSharp) ICSharpCode.SharpZipLib.Zip.Compression.Streams StreamManipulator.PeekBits - 5 examples found. These are the top rated real world C# (CSharp) examples of ICSharpCode.SharpZipLib.Zip.Compression.Streams.StreamManipulator.PeekBits extracted from open source projects. You can rate examples to help us improve the quality of examples.
Get the next sequence of bits but don't increase input pointer. bitCount must be less or equal 16 and if this call succeeds, you must drop at least n - 8 bits in the next call.