| Package | Description |
|---|---|
| java.awt.datatransfer |
Provides interfaces and classes for transferring data between and within applications.
|
| java.io |
Provides for system input and output through data streams, serialization and the file system.
|
| java.nio.channels |
Defines channels, which represent connections to entities that are capable of performing I/O operations, such as files and sockets; defines selectors, for multiplexed, non-blocking I/O operations.
|
| java.sql |
Provides the API for accessing and processing data stored in a data source (usually a relational database) using the Java
TM programming language.
|
| java.util |
Contains the collections framework, legacy collection classes, event model, date and time facilities, internationalization, and miscellaneous utility classes (a string tokenizer, a random-number generator, and a bit array).
|
| javax.print |
Provides the principal classes and interfaces for the Java
TM Print Service API.
|
| javax.script |
The scripting API consists of interfaces and classes that define Java
TM Scripting Engines and provides a framework for their use in Java applications.
|
| javax.sql |
Provides the API for server side data source access and processing from the Java
TM programming language.
|
| javax.sql.rowset |
Standard interfaces and base classes for JDBC
RowSet implementations.
|
| javax.sql.rowset.serial |
Provides utility classes to allow serializable mappings between SQL types and data types in the Java programming language.
|
| javax.sql.rowset.spi |
The standard classes and interfaces that a third party vendor has to use in its implementation of a synchronization provider.
|
| javax.swing.text |
Provides classes and interfaces that deal with editable and noneditable text components.
|
| javax.swing.text.html |
Provides the class
HTMLEditorKit and supporting classes for creating HTML text editors.
|
| javax.swing.text.html.parser |
Provides the default HTML parser, along with support classes.
|
| javax.swing.text.rtf |
Provides a class (
RTFEditorKit) for creating Rich-Text-Format text editors.
|
| javax.tools |
Provides interfaces for tools which can be invoked from a program, for example, compilers.
|
| javax.xml.bind |
Provides a runtime binding framework for client applications including unmarshalling, marshalling, and validation capabilities.
|
| javax.xml.bind.helpers |
JAXB Provider Use Only: Provides partial default implementations for some of the
javax.xml.bind interfaces.
|
| javax.xml.stream | |
| javax.xml.transform.stream |
This package implements stream- and URI- specific transformation APIs.
|
| org.w3c.dom.ls | |
| org.xml.sax |
This package provides the core SAX APIs.
|
| Modifier and Type | Method and Description |
|---|---|
Reader |
DataFlavor.getReaderForText(Transferable
Gets a Reader for a text flavor, decoded, if necessary, for the expected charset (encoding).
|
| Modifier and Type | Class and Description |
|---|---|
class |
BufferedReader
Reads text from a character-input stream, buffering characters so as to provide for the efficient reading of characters, arrays, and lines.
|
class |
CharArrayReader
This class implements a character buffer that can be used as a character-input stream.
|
class |
FileReader
Convenience class for reading character files.
|
class |
FilterReader
Abstract class for reading filtered character streams.
|
class |
InputStreamReader
An InputStreamReader is a bridge from byte streams to character streams: It reads bytes and decodes them into characters using a specified
charset.
|
class |
LineNumberReader
A buffered character-input stream that keeps track of line numbers.
|
class |
PipedReader
Piped character-input streams.
|
class |
PushbackReader
A character-stream reader that allows characters to be pushed back into the stream.
|
class |
StringReader
A character stream whose source is a string.
|
| Modifier and Type | Field and Description |
|---|---|
protected Reader |
FilterReader.in
The underlying character-input stream.
|
| Modifier and Type | Method and Description |
|---|---|
Reader |
Console.reader()
Retrieves the unique
Reader object associated with this console.
|
| Constructor and Description | |
|---|---|
BufferedReader(Reader
Creates a buffering character-input stream that uses a default-sized input buffer.
|
|
BufferedReader(Reader
Creates a buffering character-input stream that uses an input buffer of the specified size.
|
|
FilterReader(Reader
Creates a new filtered reader.
|
|
LineNumberReader(Reader
Create a new line-numbering reader, using the default input-buffer size.
|
|
LineNumberReader(Reader
Create a new line-numbering reader, reading characters into a buffer of the given size.
|
|
PushbackReader(Reader
Creates a new pushback reader with a one-character pushback buffer.
|
|
PushbackReader(Reader
Creates a new pushback reader with a pushback buffer of the given size.
|
|
StreamTokenizer(Reader
Create a tokenizer that parses the given character stream.
|
| Modifier and Type | Method and Description |
|---|---|
static Reader |
Channels.newReader(ReadableByteChannel
Constructs a reader that decodes bytes from the given channel using the given decoder.
|
static Reader |
Channels.newReader(ReadableByteChannel
Constructs a reader that decodes bytes from the given channel according to the named charset.
|
| Modifier and Type | Method and Description |
|---|---|
Reader |
Clob.getCharacterStream()
Retrieves the
CLOB value designated by this
Clob object as a
java.io.Reader object (or as a stream of characters).
|
Reader |
SQLXML.getCharacterStream()
Retrieves the XML value designated by this SQLXML instance as a java.io.Reader object.
|
Reader |
ResultSet.getCharacterStream(int columnIndex)
Retrieves the value of the designated column in the current row of this
ResultSet object as a
java.io.Reader object.
|
Reader |
CallableStatement.getCharacterStream(int parameterIndex)
Retrieves the value of the designated parameter as a
java.io.Reader object in the Java programming language.
|
Reader |
Clob.getCharacterStream(long pos, long length)
Returns a
Reader object that contains a partial
Clob value, starting with the character specified by pos, which is length characters in length.
|
Reader |
ResultSet.getCharacterStream(String
Retrieves the value of the designated column in the current row of this
ResultSet object as a
java.io.Reader object.
|
Reader |
CallableStatement.getCharacterStream(String
Retrieves the value of the designated parameter as a
java.io.Reader object in the Java programming language.
|
Reader |
ResultSet.getNCharacterStream(int columnIndex)
Retrieves the value of the designated column in the current row of this
ResultSet object as a
java.io.Reader object.
|
Reader |
CallableStatement.getNCharacterStream(int parameterIndex)
Retrieves the value of the designated parameter as a
java.io.Reader object in the Java programming language.
|
Reader |
ResultSet.getNCharacterStream(String
Retrieves the value of the designated column in the current row of this
ResultSet object as a
java.io.Reader object.
|
Reader |
CallableStatement.getNCharacterStream(String
Retrieves the value of the designated parameter as a
java.io.Reader object in the Java programming language.
|
Reader |
SQLInput.readCharacterStream()
Reads the next attribute in the stream and returns it as a stream of Unicode characters.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PreparedStatement.setCharacterStream(int parameterIndex, Reader
Sets the designated parameter to the given
Reader object.
|
void |
PreparedStatement.setCharacterStream(int parameterIndex, Reader
Sets the designated parameter to the given
Reader object, which is the given number of characters long.
|
void |
PreparedStatement.setCharacterStream(int parameterIndex, Reader
Sets the designated parameter to the given
Reader object, which is the given number of characters long.
|
void |
CallableStatement.setCharacterStream(String
Sets the designated parameter to the given
Reader object.
|
void |
CallableStatement.setCharacterStream(String
Sets the designated parameter to the given
Reader object, which is the given number of characters long.
|
void |
CallableStatement.setCharacterStream(String
Sets the designated parameter to the given
Reader object, which is the given number of characters long.
|
void |
PreparedStatement.setClob(int parameterIndex, Reader
Sets the designated parameter to a
Reader object.
|
void |
PreparedStatement.setClob(int parameterIndex, Reader
Sets the designated parameter to a
Reader object.
|
void |
CallableStatement.setClob(String
Sets the designated parameter to a
Reader object.
|
void |
CallableStatement.setClob(String
Sets the designated parameter to a
Reader object.
|
void |
PreparedStatement.setNCharacterStream(int parameterIndex, Reader
Sets the designated parameter to a
Reader object.
|
void |
PreparedStatement.setNCharacterStream(int parameterIndex, Reader
Sets the designated parameter to a
Reader object.
|
void |
CallableStatement.setNCharacterStream(String
Sets the designated parameter to a
Reader object.
|
void |
CallableStatement.setNCharacterStream(String
Sets the designated parameter to a
Reader object.
|
void |
PreparedStatement.setNClob(int parameterIndex, Reader
Sets the designated parameter to a
Reader object.
|
void |
PreparedStatement.setNClob(int parameterIndex, Reader
Sets the designated parameter to a
Reader object.
|
void |
CallableStatement.setNClob(String
Sets the designated parameter to a
Reader object.
|
void |
CallableStatement.setNClob(String
Sets the designated parameter to a
Reader object.
|
void |
ResultSet.updateCharacterStream(int columnIndex, Reader
Updates the designated column with a character stream value.
|
void |
ResultSet.updateCharacterStream(int columnIndex, Reader
Updates the designated column with a character stream value, which will have the specified number of bytes.
|
void |
ResultSet.updateCharacterStream(int columnIndex, Reader
Updates the designated column with a character stream value, which will have the specified number of bytes.
|
void |
ResultSet.updateCharacterStream(String
Updates the designated column with a character stream value.
|
void |
ResultSet.updateCharacterStream(String
Updates the designated column with a character stream value, which will have the specified number of bytes.
|
void |
ResultSet.updateCharacterStream(String
Updates the designated column with a character stream value, which will have the specified number of bytes.
|
void |
ResultSet.updateClob(int columnIndex, Reader
Updates the designated column using the given
Reader object.
|
void |
ResultSet.updateClob(int columnIndex, Reader
Updates the designated column using the given
Reader object, which is the given number of characters long.
|
void |
ResultSet.updateClob(String
Updates the designated column using the given
Reader object.
|
void |
ResultSet.updateClob(String
Updates the designated column using the given
Reader object, which is the given number of characters long.
|
void |
ResultSet.updateNCharacterStream(int columnIndex, Reader
Updates the designated column with a character stream value.
|
void |
ResultSet.updateNCharacterStream(int columnIndex, Reader
Updates the designated column with a character stream value, which will have the specified number of bytes.
|
void |
ResultSet.updateNCharacterStream(String
Updates the designated column with a character stream value.
|
void |
ResultSet.updateNCharacterStream(String
Updates the designated column with a character stream value, which will have the specified number of bytes.
|
void |
ResultSet.updateNClob(int columnIndex, Reader
Updates the designated column using the given
Reader The data will be read from the stream as needed until end-of-stream is reached.
|
void |
ResultSet.updateNClob(int columnIndex, Reader
Updates the designated column using the given
Reader object, which is the given number of characters long.
|
void |
ResultSet.updateNClob(String
Updates the designated column using the given
Reader object.
|
void |
ResultSet.updateNClob(String
Updates the designated column using the given
Reader object, which is the given number of characters long.
|
void |
SQLOutput.writeCharacterStream(Reader
Writes the next attribute to the stream as a stream of Unicode characters.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Properties.load(Reader
Reads a property list (key and element pairs) from the input character stream in a simple line-oriented format.
|
| Constructor and Description | |
|---|---|
PropertyResourceBundle(Reader
Creates a property resource bundle from a
Reader.
|
| Modifier and Type | Method and Description |
|---|---|
Reader |
SimpleDoc.getReaderForText()
Obtains a reader for extracting character print data from this doc.
|
Reader |
Doc.getReaderForText()
Obtains a reader for extracting character print data from this doc.
|
| Modifier and Type | Field and Description |
|---|---|
protected Reader |
SimpleScriptContext.reader
This is the reader to be used for input from scripts.
|
| Modifier and Type | Method and Description |
|---|---|
Reader |
SimpleScriptContext.getReader()
Returns a
Reader to be used by the script to read input.
|
Reader |
ScriptContext.getReader()
Returns a
Reader to be used by the script to read input.
|
| Modifier and Type | Method and Description |
|---|---|
CompiledScript |
Compilable.compile(Reader
Compiles the script (source read from
Reader) for later execution.
|
Object |
ScriptEngine.eval(Reader
Same as
eval(String) except that the source of the script is provided as a
Reader
|
Object |
AbstractScriptEngine.eval(Reader
eval(Reader) calls the abstract
eval(Reader, ScriptContext) passing the value of the
context field.
|
Object |
ScriptEngine.eval(Reader
Same as
eval(String, Bindings) except that the source of the script is provided as a
Reader.
|
Object |
AbstractScriptEngine.eval(Reader
eval(Reader, Bindings) calls the abstract
eval(Reader, ScriptContext) method, passing it a
ScriptContext whose Reader, Writers and Bindings for scopes other that
ENGINE_SCOPE are identical to those members of the protected
context field.
|
Object |
ScriptEngine.eval(Reader
Same as
eval(String, ScriptContext) where the source of the script is read from a
Reader.
|
void |
SimpleScriptContext.setReader(Reader
Sets the
Reader for scripts to read input .
|
void |
ScriptContext.setReader(Reader
Sets the
Reader for scripts to read input .
|
| Modifier and Type | Method and Description |
|---|---|
void |
RowSet.setCharacterStream(int parameterIndex, Reader
Sets the designated parameter in this
RowSet object's command to the given
Reader object.
|
void |
RowSet.setCharacterStream(int parameterIndex, Reader
Sets the designated parameter in this
RowSet object's command to the given
java.io.Reader value.
|
void |
RowSet.setCharacterStream(String
Sets the designated parameter to the given
Reader object.
|
void |
RowSet.setCharacterStream(String
Sets the designated parameter to the given
Reader object, which is the given number of characters long.
|
void |
RowSet.setClob(int parameterIndex, Reader
Sets the designated parameter to a
Reader object.
|
void |
RowSet.setClob(int parameterIndex, Reader
Sets the designated parameter to a
Reader object.
|
void |
RowSet.setClob(String
Sets the designated parameter to a
Reader object.
|
void |
RowSet.setClob(String
Sets the designated parameter to a
Reader object.
|
void |
RowSet.setNCharacterStream(int parameterIndex, Reader
Sets the designated parameter in this
RowSet object's command to a
Reader object.
|
void |
RowSet.setNCharacterStream(int parameterIndex, Reader
Sets the designated parameter to a
Reader object.
|
void |
RowSet.setNCharacterStream(String
Sets the designated parameter to a
Reader object.
|
void |
RowSet.setNCharacterStream(String
Sets the designated parameter to a
Reader object.
|
void |
RowSet.setNClob(int parameterIndex, Reader
Sets the designated parameter to a
Reader object.
|
void |
RowSet.setNClob(int parameterIndex, Reader
Sets the designated parameter to a
Reader object.
|
void |
RowSet.setNClob(String
Sets the designated parameter to a
Reader object.
|
void |
RowSet.setNClob(String
Sets the designated parameter to a
Reader object.
|
| Modifier and Type | Field and Description |
|---|---|
protected Reader |
BaseRowSet.charStream
The
Reader object that will be returned by the method
getCharacterStream, which is specified in the
ResultSet interface.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WebRowSet.readXml(Reader
Reads a
WebRowSet object in its XML format from the given
Reader object.
|
void |
BaseRowSet.setCharacterStream(int parameterIndex, Reader
Sets the designated parameter in this
RowSet object's command to the given
Reader object.
|
void |
BaseRowSet.setCharacterStream(int parameterIndex, Reader
Sets the designated parameter to the given
java.io.Reader object, which will have the specified number of characters.
|
void |
BaseRowSet.setCharacterStream(String
Sets the designated parameter to the given
Reader object.
|
void |
BaseRowSet.setCharacterStream(String
Sets the designated parameter to the given
Reader object, which is the given number of characters long.
|
void |
BaseRowSet.setClob(int parameterIndex, Reader
Sets the designated parameter to a
Reader object.
|
void |
BaseRowSet.setClob(int parameterIndex, Reader
Sets the designated parameter to a
Reader object.
|
void |
BaseRowSet.setClob(String
Sets the designated parameter to a
Reader object.
|
void |
BaseRowSet.setClob(String
Sets the designated parameter to a
Reader object.
|
void |
BaseRowSet.setNCharacterStream(int parameterIndex, Reader
Sets the designated parameter in this
RowSet object's command to a
Reader object.
|
void |
BaseRowSet.setNCharacterStream(int parameterIndex, Reader
Sets the designated parameter to a
Reader object.
|
void |
BaseRowSet.setNCharacterStream(String
Sets the designated parameter to a
Reader object.
|
void |
BaseRowSet.setNCharacterStream(String
Sets the designated parameter to a
Reader object.
|
void |
BaseRowSet.setNClob(int parameterIndex, Reader
Sets the designated parameter to a
Reader object.
|
void |
BaseRowSet.setNClob(int parameterIndex, Reader
Sets the designated parameter to a
Reader object.
|
void |
BaseRowSet.setNClob(String
Sets the designated parameter to a
Reader object.
|
void |
BaseRowSet.setNClob(String
Sets the designated parameter to a
Reader object.
|
| Modifier and Type | Method and Description |
|---|---|
Reader |
SerialClob.getCharacterStream()
Returns this
SerialClob object's data as a stream of Unicode characters.
|
Reader |
SerialClob.getCharacterStream(long pos, long length)
Returns a
Reader object that contains a partial
SerialClob value, starting with the character specified by pos, which is length characters in length.
|
Reader |
SQLInputImpl.readCharacterStream()
Retrieves the next attribute in this
SQLInputImpl object as a stream of Unicode characters.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SQLOutputImpl.writeCharacterStream(Reader
Writes a stream of Unicode characters to this
SQLOutputImpl object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XmlReader.readXML(WebRowSet
Reads and parses the given
WebRowSet object from the given input stream in XML format.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
EditorKit.read(Reader
Inserts content from the given stream which is expected to be in a format appropriate for this kind of content handler.
|
void |
DefaultEditorKit.read(Reader
Inserts content from the given stream, which will be treated as plain text.
|
void |
JTextComponent.read(Reader
Initializes from a stream.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StyleSheet.loadRules(Reader
Loads a set of rules that have been specified in terms of CSS1 grammar.
|
abstract void |
HTMLEditorKit.Parser.parse(Reader
Parse the given stream and drive the given callback with the results of the parse.
|
void |
HTMLEditorKit.read(Reader
Inserts content from the given stream.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Parser.parse(Reader
Parse an HTML stream, given a DTD.
|
void |
ParserDelegator.parse(Reader
|
void |
DocumentParser.parse(Reader
|
| Modifier and Type | Method and Description |
|---|---|
void |
RTFEditorKit.read(Reader
Insert content from the given stream, which will be treated as plain text.
|
| Modifier and Type | Method and Description |
|---|---|
Reader |
ForwardingFileObject.openReader(boolean ignoreEncodingErrors)
|
Reader |
SimpleJavaFileObject.openReader(boolean ignoreEncodingErrors)
Wraps the result of
SimpleJavaFileObject |
Reader |
FileObject.openReader(boolean ignoreEncodingErrors)
Gets a reader for this object.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
Unmarshaller.unmarshal(Reader
Unmarshal XML data from the specified Reader and return the resulting content tree.
|
static <T> T |
JAXB.unmarshal(Reader
Reads in a Java object tree from the given XML input.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
AbstractUnmarshallerImpl.unmarshal(Reader
|
| Modifier and Type | Method and Description |
|---|---|
abstract XMLEventReader |
XMLInputFactory.createXMLEventReader(Reader
Create a new XMLEventReader from a reader
|
abstract XMLEventReader |
XMLInputFactory.createXMLEventReader(String
Create a new XMLEventReader from a reader
|
abstract XMLStreamReader |
XMLInputFactory.createXMLStreamReader(Reader
Create a new XMLStreamReader from a reader
|
abstract XMLStreamReader |
XMLInputFactory.createXMLStreamReader(String
Create a new XMLStreamReader from a java.io.InputStream
|
| Modifier and Type | Method and Description |
|---|---|
Reader |
StreamSource.getReader()
Get the character stream that was set with setReader.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StreamSource.setReader(Reader
Set the input to be a character reader.
|
| Constructor and Description | |
|---|---|
StreamSource(Reader
Construct a StreamSource from a character reader.
|
|
StreamSource(Reader
Construct a StreamSource from a character reader.
|
| Modifier and Type | Method and Description |
|---|---|
Reader |
LSInput.getCharacterStream()
An attribute of a language and binding dependent type that represents a stream of 16-bit units.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LSInput.setCharacterStream(Reader
An attribute of a language and binding dependent type that represents a stream of 16-bit units.
|
| Modifier and Type | Method and Description |
|---|---|
Reader |
InputSource.getCharacterStream()
Get the character stream for this input source.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InputSource.setCharacterStream(Reader
Set the character stream for this input source.
|
| Constructor and Description | |
|---|---|
InputSource(Reader
Create a new input source with a character stream.
|