25#include "AstUtil/StringView.hpp"
38AST_UTIL_API CompressorInterface*
aCompressGetImpl(StringView source = {}, StringView target = {});
47AST_UTIL_API errc_t
aCompress(StringView source, StringView target, StringView curdir = {});
CompressorInterface * aCompressGetImpl(StringView source, StringView target)
获取默认的压缩实现
定义 Compress.cpp:15
errc_t aCompress(StringView source, StringView target, StringView curdir)
压缩文件或目录到目标位置
定义 Compress.cpp:45