Library: Zip
Package: Manipulation
Header: Poco/Zip/Delete.h
Direct Base Classes: ZipOperation
All Base Classes: Poco::RefCountedObject, ZipOperation
Member Functions: execute
Inherited Functions: duplicate, execute, referenceCount, release
Delete(
    const ZipLocalFileHeader & hdr
);
Creates the Delete.
 
 void execute(
    Compress & c,
    std::istream & input
);
Throws away the ZipEntry
See also: Poco::Zip::ZipOperation::execute()