|
Class Summary |
| Configuration |
A Configuration object contains user settable policies that govern
certain aspects of the conversion process. |
| ConverterFactory |
A factory class which is used to create new Converter objects. |
| InputStreamResult |
The class InputStreamResult is used to specify that the user of Converter wants
to read the result of the conversion with a InputStream. |
| OutputResult |
The class OutputResult is used to specify that the user of Converter wants
the Converter to write its output to a Writer provided by the
caller, or wants the
Converter to write its output to a OutputStream provided by the caller
using a specified byte encoding. |
| OutputStreamSource |
The class OutputStreamSource is used to specify that the user of Converter wants
to provide the source data for the conversion by writing it to a OutputStream. |
| ReaderResult |
The ReaderResult is used to specify that the user of Converter wants
to read the result of the conversion with a Reader. |
| WriterSource |
The class WriterSource is used to specify that the user of Converter wants
to provide the source data for the conversion by writing it to a Writer. |