ByteStream.writeAt

Writes (overwriting existing) data at a seek, without changing seek.

n is number of bytes to actually write. default (0) is T.sizeof Will append to end of stream if at is outside stream

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

Return Value

Type: bool

true if written successfully, false if not

Meta