The InputStream class is the base class (superclass) of all input streams in the Java IO API. Subclasses include the FileInputStream , BufferedInputStream and ...
tutorials.jenkov.com