Returns current position
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
Attempts to set current position to pos. Returns true on success, false on failure
Returns the size of a stream in bytes
Seekable stream interface
Description: Represents a stream container that knows the size of a stream and allows to change byte position within the stream.