Library: Zip
Package: Zip
Header: Poco/Zip/SkipCallback.h
A SkipCallback simply skips over the data
Direct Base Classes: ParseCallback
All Base Classes: ParseCallback
Member Functions: handleZipEntry
Inherited Functions: handleZipEntry
SkipCallback();
Creates the SkipCallback.
 
 virtual ~SkipCallback();
Destroys the SkipCallback.
 
 bool handleZipEntry(
    std::istream & zipStream,
    const ZipLocalFileHeader & hdr
);