Propagate ctor to superclass.
Consume everything we were given. Returns the number of bytes written which will be less than src.length only when an Eof condition is reached, and Eof from that point forward.
Write to stream from a source array. The provided src content will be written in full to the output.
Return the hosting conduit.
Write to conduit from a source array. The provided src content will be written to the 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.
Seek on this stream. Target conduits that don't support seeking will throw an IOException.
Return the upstream host of this filter.
Close the output.
A conduit filter that ensures its output is written in full. There's also an optional writeExact() for more explicit requests.