BinaryIO.readBytes

Advanced Reads a certain amount of bytes.

Notes: This is a slice into the underlying data instead of a copy.

class BinaryIO
ubyte[]
readBytes
(
size_t amount
)

Meta