BitStream icon indicating copy to clipboard operation
BitStream copied to clipboard

BitStream not advancing bits

Open Dibbler opened this issue 7 years ago • 0 comments

When "ReadBits" or "ReadByte" are called the BitStream position doesn't advance. No call to "AdvanceBit" or similar functionality is invoked.

The user is unable to advance the BitPosition manually as BitPosition does not have a setter.

Dibbler avatar Sep 14 '17 09:09 Dibbler