BinaryIO.writeBytes

Advanced Writes out a series of bytes into the stream.

Notes: All other write functions are based off of this function.

This function will grow the stream's size if needed.

Use this function if the Easy functions don't fit your use case.

class BinaryIO
void
writeBytes
(
scope const ubyte[] data
)

Meta