streams.types.socket

Defines input and output streams for reading from and writing to sockets, using the Socket class from std.socket as the underlying resource.

Members

Structs

SocketInputStream
struct SocketInputStream

A byte input stream for reading from a socket.

SocketOutputStream
struct SocketOutputStream

A byte output stream for writing to a socket.

Meta