Zmiana metody kompresji na chunkowanie, zmiana nazwy z Void Archive na expak
This commit is contained in:
parent
f6150b0d17
commit
aef8daae9b
15 changed files with 320 additions and 93 deletions
|
|
@ -22,7 +22,6 @@
|
|||
#include <iostream>
|
||||
#include <vector>
|
||||
#include <fstream>
|
||||
#include <lz4.h>
|
||||
#include <filesystem>
|
||||
#include <algorithm>
|
||||
#include <stdexcept>
|
||||
|
|
@ -30,6 +29,7 @@
|
|||
|
||||
#include "DataStruct.h"
|
||||
#include "xxhash.h"
|
||||
#include "CompressingManager.h"
|
||||
|
||||
class ExtractCargo {
|
||||
public:
|
||||
|
|
@ -65,9 +65,6 @@ private:
|
|||
// Pobieranie nag³ówków plików
|
||||
void LoadFilesTable();
|
||||
|
||||
// Dekomprezja danych
|
||||
std::vector<char> DecompressingData(const std::vector<char>&, const uint32_t&);
|
||||
|
||||
// Sprawdzanie sumy kontrolnej
|
||||
bool HashValid(const std::vector<char>&, const uint64_t&);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue