Dart API Referencedart:ioSocketOutputStream

SocketOutputStream Interface

SocketOutputStream makes it possible to stream data to a Socket.

Extends

OutputStream

Constructors

Code new SocketOutputStream(Socket socket) #

Create a SocketOutputStream for streaming to a Socket.

SocketOutputStream(Socket socket);