Uses of Interface java.lang.Readable

Uses in package java.io

Classes implementing java.lang.Readable

class
This subclass of FilterReader buffers input from an underlying implementation to provide a possibly more efficient read mechanism.
class
This class permits an array of chars to be read as an input stream.
class
This class provides a convenient way to set up a Reader to read from a file.
class
This is the common superclass of all standard classes that filter input.
class
This class reads characters from a byte input stream.
class
This class functions like a standard Reader except that it counts line numbers, and canonicalizes newline characters.
class
An input stream that reads characters from a piped writer to which it is connected.
class
This subclass of FilterReader provides the ability to unread data from a stream.
class
This abstract class forms the base of the hierarchy of classes that read input as a stream of characters.
class
This class permits a String to be read as a character input stream.

Uses in package java.nio

Classes implementing java.lang.Readable

class