<<< Reader hierarchy -- character input streams | Index | BufferedReader, reading text file >>> |
Implements buffered reading from a character stream
Common methods of the BufferedReader class and exceptions thrown:
Method Throws --------------- -------------------- readLine() IOException read() IOException skip(longValue) IOException close() IOException
<<< Reader hierarchy -- character input streams | Index | BufferedReader, reading text file >>> |