Java org.apache.commons.net.io SocketInputStream fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.net.io SocketInputStream fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.net.io SocketInputStream.

The text is from its open source code.

Constructor

SocketInputStream(Socket socket, InputStream stream)
Creates a SocketInputStream instance wrapping an input stream and storing a reference to a socket that should be closed on closing the stream.