.TH "zipios::VirtualSeeker" 3 "Tue May 9 2017" "Zipios++" \" -*- nroff -*- .ad l .nh .SH NAME zipios::VirtualSeeker \- \fBVirtualSeeker\fP is a simple class that keeps track of a set of specified 'virtual' file endings that mark a subset of a real file\&. .SH SYNOPSIS .br .PP .PP \fC#include \fP .SS "Public Member Functions" .in +1c .ti -1c .RI "\fBVirtualSeeker\fP (int start_offset=0, int end_offset=0)" .br .ti -1c .RI "void \fBsetOffsets\fP (int start_offset, int end_offset)" .br .ti -1c .RI "void \fBgetOffsets\fP (int &start_offset, int &end_offset) const" .br .ti -1c .RI "int \fBstartOffset\fP () const" .br .ti -1c .RI "int \fBendOffset\fP () const" .br .ti -1c .RI "void \fBvseekg\fP (istream &is, int offset, ios::seekdir sd) const" .br .ti -1c .RI "int \fBvtellg\fP (istream &is) const" .br .in -1c .SH "Detailed Description" .PP \fBVirtualSeeker\fP 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\&. .PP Definition at line 20 of file virtualseeker\&.h\&. .SH "Author" .PP Generated automatically by Doxygen for Zipios++ from the source code\&.