Use 
PREV   NEXT      All Classes   All Packages
FlexDoc/Javadoc 2.0
Demo Java Doc

Uses of Interface
java.lang.Readable
Packages that use Readable
Provides for system input and output through data streams, serialization and the file system.
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
Classes in java.io that implement Readable
class
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.
abstract 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 specified charset.
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.
abstract class
Abstract class for reading character streams.
class
A character stream whose source is a string.
Uses of Readable in java.util
Constructors in java.util with parameters of type Readable
Constructs a new Scanner that produces values scanned from the specified source.

 Use 
PREV   NEXT      All Classes   All Packages
FlexDoc/Javadoc 2.0
Demo Java Doc

Java API documentation generated with FlexDoc/Javadoc 2.0 using JavadocClassic 3.0 template set.
FlexDoc/Javadoc is a template-driven programming tool for rapid development of any Javadoc-based Java API documentation generators (i.e. doclets). If you need to customize your Javadoc without writing a full-blown doclet from scratch, FlexDoc/Javadoc may be the only tool able to help you! Find out more at www.flexdoc.xyz