[pure virtual]
SeekFromEnd() seeks from the end of the stream.
For example, an offset of 5 will be 5 bytes before the end of the stream.
Some streams might not be seekable - see IsSeekable()
Implemented in CATStreamFile, CATStreamRAM, and CATStreamSub.