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

Uses of Class
java.io.Reader
Packages that use Reader
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.
Provides classes and interfaces that deal with editable and noneditable text components.
Uses of Reader in java.io
Subclasses of Reader in java.io
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.
class
A character stream whose source is a string.
Fields in java.io declared as Reader
protected Reader
FilterReader.in
The underlying character-input stream.
Methods in java.io that return Reader
Console.reader()
Retrieves the unique Reader object associated with this console.
static Reader
Reader.nullReader()
Returns a new Reader that reads no characters.
Constructors in java.io with parameters of type Reader
public
Creates a buffering character-input stream that uses a default-sized input buffer.
public
Creates a buffering character-input stream that uses an input buffer of the specified size.
protected
Creates a new filtered reader.
public
Create a new line-numbering reader, using the default input-buffer size.
public
Create a new line-numbering reader, reading characters into a buffer of the given size.
public
Creates a new pushback reader with a one-character pushback buffer.
public
PushbackReader(Reader in, int size)
Creates a new pushback reader with a pushback buffer of the given size.
public
Create a tokenizer that parses the given character stream.
Uses of Reader in java.util
Methods in java.util with parameters of type Reader
void
Properties.load(Reader reader)
Reads a property list (key and element pairs) from the input character stream in a simple line-oriented format.
Constructors in java.util with parameters of type Reader
Creates a property resource bundle from a Reader.
Methods in javax.swing.text with parameters of type Reader
void
JTextComponent.read(Reader in, Object desc)
Initializes from a stream.

 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