Defines input and output streams for reading from and writing to sockets, using the Socket class from std.socket as the underlying resource.
A byte input stream for reading from a socket.
A byte output stream for writing to a socket.
See Source File
Defines input and output streams for reading from and writing to sockets, using the Socket class from std.socket as the underlying resource.