Return the upstream source.
Load the bits from a stream, and return them all in an array. The optional max value indicates the maximum number of bytes to be read.
Read from stream into a target array. The provided dst will be populated with content from 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 input stream.