Java Documentation - Reader
Java Document에 있는 내용으로 알아서들 번역해서 보라 ReaderAbstract class for reading character streams. The only methods that a subclass must implement are read(char[], int, int) and close(). Most subclasses, however, will override some of the methods defined here in order to provide higher efficiency, additional functionality, or both. BufferedReaderReads text from a character-input stream, buffering character..