NtfsExtraField constructor & helper static method, Cat refactoring, writing zip archive in destructor, using MemMappedFile

This commit is contained in:
Vladyslav Baranovskyi
2024-11-25 19:32:53 +02:00
parent 2a331011d5
commit 7ede43d1c2
2 changed files with 40 additions and 35 deletions

View File

@@ -21,9 +21,9 @@ namespace OpenVulkano
public:
ZipWriter(const std::filesystem::path& filePath);
~ZipWriter();
void AddFile(const FileDescription& description, const void* buffer);
void AddFile(const std::filesystem::path& fileName, const char* inArchiveName);
void Close();
};
}