Dekkonot / bitbuffer

A binary stream module for packing binary data in pure Lua
https://dekkonot.github.io/bitbuffer/
MIT License
44 stars 11 forks source link

Add a function for setting the pointer relative to the end of the stream #21

Closed Dekkonot closed 4 years ago

Dekkonot commented 4 years ago

For things like LZ4 this is a must. Might be good to have it happen when the passed value to setPointer is negative?