Library: Zip
Package: Manipulation
Header: Poco/Zip/Add.h
Direct Base Classes: ZipOperation
All Base Classes: Poco::RefCountedObject, ZipOperation
Member Functions: execute
Inherited Functions: duplicate, execute, referenceCount, release
Add(
    const std::string & zipPath,
    const std::string & localPath,
    ZipCommon::CompressionMethod cm,
    ZipCommon::CompressionLevel cl
);
Creates the Add.
 
 void execute(
    Compress & c,
    std::istream & input
);
Performs the add operation
See also: Poco::Zip::ZipOperation::execute()