24#include "AstUtil/CompressorInterface.hpp"
25#include "AstUtil/ArchiverUtils.hpp"
定义 CompressorImplSystem.hpp:37
定义 CompressorInterface.hpp:36
virtual errc_t compress(StringView source, StringView target, StringView curdir={}) const =0
压缩文件或目录
virtual bool canCompress(StringView source, StringView target) const
检查该压缩实现是否能处理指定源文件/目录并生成目标格式
定义 CompressorInterface.cpp:26
virtual bool isSupported() const
检查该压缩实现是否在当前环境中可用
定义 CompressorInterface.hpp:52