Buffer.peekData

Peeks some data (read it but without changing the buffer's index).

class Buffer
pure
void[]
peekData
(
size_t size
)

Throws

BufferOverflowException if there isn't enough data to read.

Meta