Library: Zip
Package: Manipulation
Header: Poco/Zip/Keep.h
Keep simply forwards the compressed data stream from the input ZipArchive to the output zip archive
Direct Base Classes: ZipOperation
All Base Classes: Poco::RefCountedObject, ZipOperation
Member Functions: execute
Inherited Functions: duplicate, execute, referenceCount, release
Keep(
    const ZipLocalFileHeader & hdr
);
Creates the Keep object.
 
 void execute(
    Compress & c,
    std::istream & input
);
Adds a copy of the compressed input file to the ZipArchive
See also: Poco::Zip::ZipOperation::execute()