public class AfterContentTransformer.Sink
extends java.lang.Object
The target to where the transformed content is written after the transformation.
| Modifier and Type | Class and Description |
|---|---|
private class |
AfterContentTransformer.Sink.SinkOutputStream |
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<java.nio.ByteBuffer> |
sinkBuffers |
private java.io.OutputStream |
stream |
| Constructor and Description |
|---|
Sink() |
| Modifier and Type | Method and Description |
|---|---|
private void |
drainTo(java.util.List<java.nio.ByteBuffer> output) |
java.io.OutputStream |
getOutputStream() |
private void |
overflow(java.nio.ByteBuffer output) |
private final java.util.List<java.nio.ByteBuffer> sinkBuffers
private final java.io.OutputStream stream
public java.io.OutputStream getOutputStream()
private void overflow(java.nio.ByteBuffer output)
throws java.io.IOException
java.io.IOExceptionprivate void drainTo(java.util.List<java.nio.ByteBuffer> output)
throws java.io.IOException
java.io.IOException