Closed thebehera closed 1 year ago
add fun readBytes(size: Int): ReadBuffer so we can read a shared subsequence buffer while also adjusting the position of the original buffer. Changes in the original buffer will reflect in this new buffer.
fun readBytes(size: Int): ReadBuffer
add
fun readBytes(size: Int): ReadBuffer
so we can read a shared subsequence buffer while also adjusting the position of the original buffer. Changes in the original buffer will reflect in this new buffer.