Closes the stream and releases any system resources associated with it.
Returns a Stream, the elements of which are lines read from this BufferedReader.
Marks the present position in the stream.
Tells whether this stream supports the mark() operation.
Reads a single character.
Reads characters into an array.
Reads characters into a portion of an array.
Tells whether this stream is ready to be read.
Resets the stream.
Skips characters.
Reads all characters from this reader and writes the characters to the given writer in the order that they are read.
Static
nullReturns a new Reader that reads no characters.
Reads text from a character-input stream, buffering characters so as to provide for the efficient reading of characters, arrays, and lines.
See java.io.BufferedReader for full documentation