ReadChannel.read

Read at most s bytes from the channel.

Note that this is slow because the data is copied to keep the interface memory safe. Prefer the one that takes an OutputRange.

interface ReadChannel
@safe
const(ubyte)[]
read
(
const size_t s
)

Meta