Memory Streams
Stream Readers and Writers.
A stream that can either be read from or written to.
An exception that can be thrown to indicate that a read operation failed.
An exception that can be thrown to indicate that a required operation is not supported by the given stream.
An exception that can be thrown to indicate that a write operation failed.
The origin of a seek operation
Potential errors which can be raised by Stream R/W operations.
End of file reached.
Stream is in an invalid state.
Operation is not supported by the stream.
Operation attempted to access out-of-range indices.
Streams
Base interface for Input/Output streams in nulib.