logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

zipios::VirtualSeeker - VirtualSeeker is a simple class that keeps track of a set of specified 'virtual'

Author

       Generated automatically by Doxygen for Zipios++ from the source code.

Zipios++                                         Tue Mar 24 2020                        zipios::VirtualSeeker(3)

Detailed Description

VirtualSeeker is a simple class that keeps track of a set of specified 'virtual' file endings that mark a
       subset of a real file.

       An example of its use (and its reason for existence) is to keep track of the file endings of a Zip file
       embedded in another file.

       Definition at line 20 of file virtualseeker.h.

Name

       zipios::VirtualSeeker - VirtualSeeker is a simple class that keeps track of a set of specified 'virtual'
       file endings that mark a subset of a real file.

Synopsis

       #include <virtualseeker.h>

   PublicMemberFunctionsVirtualSeeker (int start_offset=0, int end_offset=0)
       void setOffsets (int start_offset, int end_offset)
       void getOffsets (int &start_offset, int &end_offset) const
       int startOffset () const
       int endOffset () const
       void vseekg (istream &is, int offset, ios::seekdir sd) const
       int vtellg (istream &is) const

See Also