Transfer the content of another stream to this one. Returns a reference to this class, and throws IOException on failure.
Return the upstream sink.
Write to stream from a source array. The provided src content will be written to the stream.
The End-of-Flow identifer.
The anchor positions supported by seek().
Move the stream position to the given offset from the provided anchor point, and return adjusted position.
Return the host conduit.
Flush buffered content. For InputStream this is equivalent to clearing buffered content.
Close the input.
Marks a stream that performs read/write mutation, rather than generic decoration. This is used to identify those stream that should explicitly not share an upstream buffer with downstream siblings.
The Tango output stream.