Uses of Class java.io.Reader

Uses in package org.xml.sax

Constructors with parameter type java.io.Reader

InputSource.InputSource(Reader characterStream)
Create a new input source with a character stream.

Methods with parameter type java.io.Reader

void
Set the character stream for this input source.

Methods with return type java.io.Reader

Reader
Get the character stream for this input source.

Uses in package javax.print

Methods with return type java.io.Reader

Reader
Returns a Reader object for extracting character print data from this document.
Reader
Returns a Reader object for extracting character print data from this document.

Uses in package java.awt.datatransfer

Methods with return type java.io.Reader

Reader
Creates a Reader for a given Transferable.

Uses in package javax.sql

Methods with parameter type java.io.Reader

void
RowSet.setCharacterStream(int parameterIndex, Reader reader, int length)

Uses in package javax.xml.transform.stream

Constructors with parameter type java.io.Reader

Constructor with a reader.
Constructor with a reader and system ID.

Methods with parameter type java.io.Reader

void
Sets the source reader.

Methods with return type java.io.Reader

Reader
Returns the source reader.

Uses in package javax.swing.text.html

Methods with parameter type java.io.Reader

void
Loads a set of rules that have been specified in terms of CSS grammar.
void
HTMLEditorKit.Parser.parse(Reader reader, HTMLEditorKit.ParserCallback callback, boolean ignoreCharSet)
Parse the HTML text, calling various methods of the provided callback in response to the occurence of the corresponding HTML constructions.
void
HTMLEditorKit.read(Reader in, Document doc, int pos)
Inserts content from the given stream.

Uses in package java.nio.channels

Methods with return type java.io.Reader

Reader
Constructs a reader that decodes bytes from the given channel according to the named charset.
Reader
Constructs a reader that decodes bytes from the given channel using the given decoder.

Uses in package java.io

Classes derived from java.io.Reader

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 class permits a String to be read as a character input stream.

Constructors with parameter type java.io.Reader

Create a new BufferedReader that will read from the specified subordinate stream with a default buffer size of 8192 chars.
Create a new BufferedReader that will read from the specified subordinate stream with a buffer size that is specified by the caller.
Create a FilterReader with the specified subordinate Reader.
Create a new LineNumberReader that reads from the specified subordinate Reader.
This method initializes a new LineNumberReader to read from the specified subordinate Reader using the specified read buffer size.
This method initializes a PushbackReader to read from the specified subordinate Reader with a default pushback buffer size of 1.
This method initializes a PushbackReader to read from the specified subordinate Reader with the specified buffer size
This method initializes a new StreamTokenizer to read characters from a Reader and parse them.

Fields of type java.io.Reader

Reader
This is the subordinate Reader to which method calls are redirected

Uses in package java.sql

Methods with parameter type java.io.Reader

void
PreparedStatement.setCharacterStream(int index, Reader reader, int count)
This method sets the specified parameter from the given Java character Reader value.
void
This method sets the specified parameter from the given Java character Reader value.
void
ResultSet.updateCharacterStream(int columnIndex, Reader reader, int count)
This method updates the specified column from a character stream.
void
ResultSet.updateCharacterStream(String columnName, Reader reader, int count)
This method updates the specified column from a character stream.
void
This method writes the specified Java character stream to the SQL stream.

Methods with return type java.io.Reader

Reader
This method returns a character stream that reads the contents of this Clob.
Reader
ResultSet.getCharacterStream(int columnIndex)
This method returns the value of the specified column as a character stream.
Reader
This method returns the value of the specified column as a character stream.
Reader
This method reads the next item from the stream a character Reader.

Uses in package javax.swing.text.rtf

Methods with parameter type java.io.Reader

void
RTFEditorKit.read(Reader reader, Document doc, int pos)
Reads RTF data from reader into doc at the specified position pos.

Uses in package org.w3c.dom.ls

Methods with parameter type java.io.Reader

void
An attribute of a language and binding dependent type that represents a stream of 16-bit units.

Methods with return type java.io.Reader

Reader
An attribute of a language and binding dependent type that represents a stream of 16-bit units.

Uses in package javax.xml.stream

Methods with parameter type java.io.Reader

XMLEventReader
Creates a new event reader.
XMLEventReader
Creates a new event reader.
XMLStreamReader
Creates a new stream reader.
XMLStreamReader
Creates a new stream reader.

Uses in package javax.swing.text

Methods with parameter type java.io.Reader

void
JTextComponent.read(Reader input, Object streamDescription)
Read and set the content this component.
void
DefaultEditorKit.read(Reader in, Document document, int offset)
Reads a document of the supported content type from a Reader into the actual Document object.
void
EditorKit.read(Reader in, Document doc, int pos)

Uses in package javax.swing.text.html.parser

Methods with parameter type java.io.Reader

void
Parse the HTML text, calling various methods in response to the occurence of the corresponding HTML constructions.
void
DocumentParser.parse(Reader reader, HTMLEditorKit.ParserCallback aCallback, boolean ignoreCharSet)
Parses the HTML document, calling methods of the provided callback.
void
ParserDelegator.parse(Reader reader, HTMLEditorKit.ParserCallback a_callback, boolean ignoreCharSet)
Parses the HTML document, calling methods of the provided callback.