Abstract class for reading character streams. The only methods that a subclass must implement are read(string, number, number) and close(). Most subclasses, however, will override some of the methods defined here in order to provide higher efficiency, additional functionality, or both.
Abstract class for reading character streams. The only methods that a subclass must implement are read(string, number, number) and close(). Most subclasses, however, will override some of the methods defined here in order to provide higher efficiency, additional functionality, or both.
See java.io.Reader for full documentation