SocketOutputStream

A byte output stream for writing to a socket.

Members

Functions

closeStream
OptionalStreamError closeStream()

Shuts down and closes this stream's underlying socket.

writeToStream
StreamResult writeToStream(ubyte[] buffer)

Writes bytes from buffer to the socket.

Meta