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

@ -34,6 +34,9 @@
#define CHUNK_STREAM_16MB 16777216 // 16MB
#define CHUNK_STREAM_256MB 268435456 // 256MB
// Rozmiar pojedynczego bloku
#define CHUNK_BLOCK_SIZE 131072 // 128KB
#define FILE_FLAG_RAW 0x00
#define FILE_FLAG_COMPRESS 0x0F
#define FILE_FLAG_ENCRYPT 0xF0