Articles, Home

Java BufferedInputStream

The Java BufferedInputStream class provides transparent reading and buffering of larger chunks of bytes from an underlying InputStream. This buffering is invisible to the user of the Java BufferedInputStream.