载入中...
搜索中...
未找到
Minimal streaming ZIP writer used by eve zip / eve package to produce a PhysFS-mountable game archive (.eve). Entries are DEFLATE-compressed (method 8) using zlib's raw deflate. The output is a standard ZIP readable by PhysFS.
更多...
命名空间 | |
| namespace | detail |
类 | |
| class | ZipWriter |
| 流式 ZIP 写入器:open → addFile×N → finish。 更多... | |
函数 | |
| bool | createGameArchive (const std::filesystem::path &gameDir, const std::filesystem::path &outArchive) |
详细描述
Minimal streaming ZIP writer used by eve zip / eve package to produce a PhysFS-mountable game archive (.eve). Entries are DEFLATE-compressed (method 8) using zlib's raw deflate. The output is a standard ZIP readable by PhysFS.
函数说明
◆ createGameArchive()
|
inline |
在文件 zip_writer.h 第 181 行定义.
引用了 eve::cmdline::ZipWriter::addFile(), c, file, eve::cmdline::ZipWriter::finish() , 以及 eve::cmdline::ZipWriter::open().
被这些函数引用 eve::cmd::Cmdline::Package() , 以及 eve::cmd::Cmdline::Zip().