Strumieniowe pakowanie z podziałem na chunki

This commit is contained in:
yanczi 2025-12-21 09:29:07 +01:00
parent 91aaa279ec
commit 022bc0d069
7 changed files with 107 additions and 20 deletions

View file

@ -35,6 +35,7 @@
#include "DataStruct.h"
#include "ChunkManager.h"
#include "EncryptionManager.h"
#include "CompressionManager.h"
#define KEY_ZIP "compress" // Pliki do skompresowania
@ -65,6 +66,8 @@ private:
uint8_t methodFlags;
XXH64_state_t* xxhState;
std::string catalogPath;
std::string tempFile;
@ -73,6 +76,7 @@ private:
std::vector<std::string> filesList;
EncryptionManager eman;
CompressionManager cman;
bool hppKey;
// listy wyj¹tków