FixedBufferBase.read

Reads data from the stream into the given buffer. The number of bytes read is returned.

struct FixedBufferBase(Stream)
static if(isSource!Stream)
size_t
read
(
scope ubyte[] buf
)
if (
is(Stream == struct) &&
)

Meta