Stream.writeFully

Writes bytes to the stream from the provided array until the array has been fully written

interface Stream
public
ulong
writeFully
(
byte[] fromArray
)

Parameters

fromArray byte[]

the buffer to write from

Return Value

Type: ulong

the number of bytes written

Meta