Attach to the provided stream.
Close the output.
Return the hosting conduit.
Transfer the content of another conduit to this one. Returns a reference to this class, or throws IOException on failure.
Emit/purge buffered content.
Return the upstream host of this filter.
Seek on this stream. Target conduits that don't support seeking will throw an IOException.
Write to conduit from a source array. The provided src content will be written to the conduit.
Base class for output stream filtering. The provided sink stream should generally never be null, though some filters have a need to set this lazily.