See: Description
Interface | Description |
---|---|
FormatReader<X> |
Class representing a generalized format reader which reads a series of
objects from an InputStream.
|
FormatWriter<X> |
General interface for writing objects of a particular type out via a
specified writer.
|
Class | Description |
---|---|
BufferedFormatWriter<X> |
FormatWriter that includes a buffer that can be added to one record at a
time.
|
DbLookup |
This class is designed as a utility class for creating lookup tables for
database keys.
|
RssDocReader |
Convert the documents from an RSS feed into DocData objects.
|
RssReader |
Reader which reads standard RSS information from a URL.
|
TabbedRecordReader |
Reads record data from tab delimited files or input streams.
|
WebFormatWriter<X> |
Abstract class for FormatWriter with support for incorporating the writer
into a web-based response, such as in a servlet
|
XmlDocReader |
Document reader that attempts to transform a structured XML document into a
nested group of document objects.
|
Provides interfaces and classes which read from or write to data sources.