Strumieniowe pakowanie z podziałem na chunki
This commit is contained in:
parent
91aaa279ec
commit
022bc0d069
7 changed files with 107 additions and 20 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue