BufferedInputStream

Class BufferedInputStream

All Implemented Interfaces:
Closeable, AutoCloseable
public class BufferedInputStream
extends FilterInputStream

A BufferedInputStream adds functionality to another input stream-namely, the ability to buffer the input and to support the mark and reset methods. When