Dekkonot/bitbuffer

Add functions for exporting in chunks

Dekkonot opened this issue · 1 comments

It would be beneficial to have the ability to output an X length chunk from the current pointer, as very large streams may cause problems if exported all at once.

Ideally in the form of dumpString(length: number?)

Attaching this to dumpString seems like a bad idea (do we make people specify where to start reading from?) so I'm putting this on hold for the moment.