Merge commit 'afe0a552e0689c14c875a0da445e6e417f4ac449'
This commit is contained in:
commit
55fe810232
@ -83,8 +83,6 @@ class SeekStream: public Stream {
|
||||
virtual void Seek(size_t pos) = 0;
|
||||
/*! \brief tell the position of the stream */
|
||||
virtual size_t Tell(void) = 0;
|
||||
/*! \return whether we are at end of file */
|
||||
virtual bool AtEnd(void) const = 0;
|
||||
/*!
|
||||
* \brief generic factory function
|
||||
* create an SeekStream for read only,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user