binary-parser
binary-parser copied to clipboard
Seek: number of bits
How to seek x-number of bits? I understood correctly Seek works by byte. thanks!
Hi @enricovittorini, unfortunately seeking by bits is not possible right now. We do not provide this feature because bit field sequences need to be byte-aligned. So we cannot let the user seek to an arbitrary bit offset.