BufferedInputStream
Class BufferedInputStream
- java.lang.Object
-
- java.io.InputStream
-
- java.io.FilterInputStream
-
- java.io.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