SocketStreamBase.read

Reads data from the socket. The stream itself doesn't buffer reading because the OS already buffers when receiving on a streaming socket.

struct SocketStreamBase
@safe
size_t
read
(
scope ubyte[] buf
)

Meta