BufferedReader sample program in Java - Java samples - Programming tutorials on Java, C, C++, PHP, A
As is the case with the byte-oriented stream, buffering an input character stream also provides the foundation required to support moving backward in the stream within the available buffer. To support this, BufferedReader implements the mark() and reset()...