FixedBufferBase.write

Writes the given data to the buffered stream. When the internal buffer is completely filled, it is flushed to the underlying stream.

struct FixedBufferBase(Stream)
static if(isSink!Stream)
size_t
write
(
in ubyte[] buf
)
if (
is(Stream == struct) &&
)

Meta