FileOutputStream.writeToStream

Writes up to buffer.length bytes to the file.

struct FileOutputStream
writeToStream
(
ubyte[] buffer
)

Parameters

buffer ubyte[]

The bytes to write.

Return Value

A result that's either buffer.length or an error.

Meta