NtfsExtraField constructor & helper static method, Cat refactoring, writing zip archive in destructor, using MemMappedFile
This commit is contained in:
@@ -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();
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user