ByteStream.writeArray

Writes an array at seek.

n is the number of bytes to use for storing length of array, default (0) is size_t.sizeof

class ByteStream
bool
writeArray
(
T
)
(
T[] data
,
ubyte n = 0
)

Return Value

Type: bool

true if written, false if not (due to maxSize reached or not allowed to grow)

Meta