Stream.write

Writes bytes to the stream from the provided array and returns without any further waiting, at most the number of bytes written will be the length of the provided array, at minimum a single byte

interface Stream
public
ulong
write
(
byte[] fromArray
)

Parameters

fromArray byte[]

the buffer to write from

Return Value

Type: ulong

the number of bytes written

Meta