Closed murillo128 closed 2 months ago
This PR tries to make BitReader lazily read bytes from BufferReader so we don't have to call Flus() when done reading.
BitReader
BufferReader
Flus()
This PR tries to make
BitReader
lazily read bytes fromBufferReader
so we don't have to callFlus()
when done reading.