pos_type pubseekoff( off_type off, ios_base::seekdir dir,
ios_base::openmode which = ios_base::in | ios_base::out ); (1) protected:
virtual pos_type seekoff( off_type off, ios_base::seekdir dir,
ios_base::openmode which = ios_base::in | ios_base::out ); (2)
Sets the position indicator of the input and/or output sequence relative to some other position.
1) Calls seekoff(off, dir, which) of the most derived class.
2) The base class vers