| Interface | Description |
|---|---|
| IOStreamEngine.OutputStreamFactory | |
| OutputEngine |
An incremental data source that writes data to an OutputStream.
|
| Class | Description |
|---|---|
| DOMSerializerEngine |
An output engine that serializes a DOM tree using a specified
character encoding to the target OutputStream.
|
| IOStreamEngine |
An output engine that copies data from an InputStream through
a FilterOutputStream to the target OutputStream.
|
| OutputEngineInputStream |
An input stream that reads data from an OutputEngine.
|
| ReaderWriterEngine |
An output engine that copies data from a Reader through
a OutputStreamWriter to the target OutputStream.
|
| Streams |
Various stream-related utility methods.
|
Copyright © 2007-2018. All Rights Reserved.