Frames | No Frames |
Methods with return type java.io.Reader | |
Reader |
Methods with return type java.io.Reader | |
Reader | FileObject.openReader(boolean ignoreEncodingErrors) Opens this file for reading and returns a reader.
|
Constructors with parameter type java.io.Reader | |
XMLParser.XMLParser(Reader reader, String systemId, boolean validating, boolean namespaceAware, boolean coalescing, boolean replaceERefs, boolean externalEntities, boolean supportDTD, boolean baseAware, boolean stringInterning, boolean extendedEventTypes, XMLReporter reporter, XMLResolver resolver) Creates a new XML parser for the given character 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.
|
Constructors with parameter type java.io.Reader | |
Methods with parameter type java.io.Reader | |
void | Read and set the content this component. |
void | |
void |
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.
|
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.
|
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.
|
Methods with parameter type java.io.Reader | |
void |
Classes derived from java.io.Reader | |
class | A Reader implementation that works using a ReadableByteChannel and a
CharsetDecoder.
|
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 | Inserts content from the given stream. |
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 | 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. |
Methods with parameter type java.io.Reader | |
void | Prepare for new parsing from the given stream.
|
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.
|
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.
|
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. |
Methods with parameter type java.io.Reader | |
void | 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 | This method updates the specified column from a character stream.
|
void | 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 .
|
Constructors with parameter type java.io.Reader | |
Methods with parameter type java.io.Reader | |
void |
Methods with return type java.io.Reader | |
Reader |
Methods with return type java.io.Reader | |
Reader | Creates a Reader for a given Transferable .
|
Methods with parameter type java.io.Reader | |
void | Reads RTF data from reader into doc at the
specified position pos .
|
Methods with parameter type java.io.Reader | |
void | GnuParserDelegator.parse(Reader reader, HTMLEditorKit.ParserCallback a_callback, boolean ignoreCharSet) Parses the HTML document, calling methods of the provided callback. |
Classes derived from java.io.Reader | |
class | A reader that copies all characters read to an output sink.
|
Constructors with parameter type java.io.Reader | |
Constructs a tee reader.
|
Constructors with parameter type java.io.Reader | |
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.
|
Constructors with parameter type java.io.Reader | |
Creates a new CSSParser that parses the specified input.
|
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
|
Methods with return type java.io.Reader | |
Reader |
Constructors with parameter type java.io.Reader | |
Creates a new property resource bundle. |
Methods with parameter type java.io.Reader | |
void | Reads a property list from a character stream. |
Methods with parameter type java.io.Reader | |
HTMLDocument | Read the document, present in the given stream, and
return the corresponding HTMLDocument .
|
Methods with parameter type java.io.Reader | |
void | Parses the Reader 's contents assuming it is in the default
syntax.
|
Methods with parameter type java.io.Reader | |
int[] |