public class TransformingOutputStream extends PipedOutputStream
____ _________ / \/ \ |this - PI --> O | | PO | T | \____/ \________/ PI: piped inputstream, this PO: this outputstream, T: transformer
TransformingWriter| Constructor and Description |
|---|
TransformingOutputStream(OutputStream out,
ByteTransformer transformer) |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Also closes the wrapped Writer.
|
Throwable |
getException() |
protected void |
waitUntilReady() |
connect, flush, write, writewritepublic TransformingOutputStream(OutputStream out, ByteTransformer transformer) throws IOException
IOExceptionprotected void waitUntilReady()
throws IOException
IOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class PipedOutputStreamIOExceptionpublic Throwable getException()
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}