ByteStream.write

Writes data at seek. **Do not use this for arrays**

n is number of bytes to actually write, default (0) is T.sizeof

class ByteStream
bool
write
(
T
)
(,
ubyte n = 0
)

Return Value

Type: bool

true if written, false if not (could be because stream not allowed to grow, or max size reached)

Meta