38 void addEntryFromBuffer(
const std::string& entryPath, Yuni::Clob& entryContent)
override;
39 void addEntryFromBuffer(
const std::filesystem::path& entryPath,
40 std::string& entryContent)
override;
41 void addEntryFromFile(
const std::filesystem::path& entryPath,
42 const std::filesystem::path& filePath)
override;
43 void flush()
override;
44 bool needsTheJobQueue()
const override;
45 void finalize(
bool verbose)
override;
48 const std::filesystem::path pOutputFolder;