Dart API Referencedart:ioSocketInputStream

SocketInputStream Interface

SocketInputStream makes it possible to stream over data received from a Socket.

Extends

InputStream

Constructors

Code new SocketInputStream(Socket socket) #

Create a SocketInputStream for streaming from a Socket.

SocketInputStream(Socket socket);