Thursday, September 11, 2014

Java BufferedInputStream Example

In this example we will discuss about BufferedInputStream class and its usage. The BufferedInputStream adds functionality to another input stream-namely, the ability to buffer the input and to support the mark and reset methods. BufferedInputStream extends FilterInputStream, which simply overrides all methods of InputStream with versions that pass all requests to the contained input stream. […]






from Java Code Geeks http://examples.javacodegeeks.com/core-java/io/bufferedinputstream/java-bufferedinputstream-example/

No comments:

Post a Comment