Uses of Interface
java.lang.Readable
Package
Description
Provides for system input and output through data streams,
serialization and the file system.
Defines buffers, which are containers for data, and provides an
overview of the other NIO packages.
Contains the collections framework, some internationalization support classes,
a service loader, properties, random number generation, string parsing
and scanning classes, base64 encoding and decoding, a bit array, and
several miscellaneous utility classes.
-
Uses of Readable in java.io
Modifier and TypeClassDescriptionclass
Reads text from a character-input stream, buffering characters so as to provide for the efficient reading of characters, arrays, and lines.class
This class implements a character buffer that can be used as a character-input stream.class
Reads text from character files using a default buffer size.class
Abstract class for reading filtered character streams.class
An InputStreamReader is a bridge from byte streams to character streams: It reads bytes and decodes them into characters using a specifiedcharset
.class
A buffered character-input stream that keeps track of line numbers.class
Piped character-input streams.class
A character-stream reader that allows characters to be pushed back into the stream.class
Abstract class for reading character streams.class
A character stream whose source is a string. -
Uses of Readable in java.nio
-
Uses of Readable in java.util