zipios_virtualseeker(3) debian man page | unix.com

Man Page: zipios_virtualseeker

Operating Environment: debian

Section: 3

zipios::VirtualSeeker(3)				     Library Functions Manual					  zipios::VirtualSeeker(3)

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> Public Member Functions VirtualSeeker (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 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. Author Generated automatically by Doxygen for Zipios++ from the source code. Zipios++ Mon Oct 10 2011 zipios::VirtualSeeker(3)
Related Man Pages
zipios_backbuffer(3) - debian
zipios_filterinputstreambuf(3) - debian
zipios_filteroutputstreambuf(3) - debian
zipios_simplesmartpointer(3) - debian
zipios_zipoutputstreambuf(3) - debian
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
awk or sed - Convert 2 lines to 1 line
Weird 'find' results
A (ksh) Library For and From UNIX.com
How to copy a column of multiple files and paste into new excel file (next to column)?