Interface for all streams supporting random access.
Seeks to a specific position in the file if supported by the stream.
Returns the current offset of the file pointer
Determines if this stream is readable.
Returns the total size of the file.
Determines if this stream is writable.
See Implementation
Interface for all streams supporting random access.