BufferedOutput.write

Emulate OutputStream.write().

Appends src content to the buffer, flushing to an attached conduit as necessary. An IOException is thrown upon write failure.

class BufferedOutput
final override
size_t
write
(
const(void)[] src
)

Parameters

src const(void)[]

The content to write.

Return Value

Type: size_t

the number of bytes written, which may be less than provided (conceptually).

Meta