OutputStream.write

Write to stream from a source array. The provided src content will be written to the stream.

Returns the number of bytes written from src, which may be less than the quantity provided. Eof is returned when an end-of-flow condition arises.

interface OutputStream
size_t
write
(
const(void)[] src
)

Meta