Closes the stream. Closed stream cannot be read or written any more
Returns true if it is legal to use Seekable functionality on this stream
Returns current position
Attempts to set current position to pos. Returns true on success, false on failure
Returns the size of a stream in bytes
Attempts to set current position to pos. Throws SeekException on failure
Relatively changes position. amount defines an offset from the current position (can be negative). Throws SeekException on failure
A parent interface for all stream types