Package | Description |
---|---|
org.merlin.io |
Modifier and Type | Class and Description |
---|---|
class |
DOMSerializerEngine
An output engine that serializes a DOM tree using a specified
character encoding to the target OutputStream.
|
class |
IOStreamEngine
An output engine that copies data from an InputStream through
a FilterOutputStream to the target OutputStream.
|
class |
ReaderWriterEngine
An output engine that copies data from a Reader through
a OutputStreamWriter to the target OutputStream.
|
Constructor and Description |
---|
OutputEngineInputStream(OutputEngine engine) |
OutputEngineInputStream(OutputEngine engine,
int initialBufferSize) |
Copyright © 2007-2019. All Rights Reserved.