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
|
|
@ -105,6 +105,10 @@ std::vector<char> ChunkManager::dechunked(const std::vector<char>& zip, const bo
|
|||
const uint32_t chunkBeforeSize = getIntFromVector<uint32_t>(zip, offset);
|
||||
const uint32_t chunkLastSize = getIntFromVector<uint32_t>(zip, offset);
|
||||
|
||||
std::cout << "Q: " << chunkLen << std::endl;
|
||||
std::cout << "C: " << chunkBeforeSize << std::endl;
|
||||
std::cout << "L: " << chunkBeforeSize << std::endl;
|
||||
|
||||
std::vector<char> chunksString;
|
||||
|
||||
// Dekompresja bloków
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue