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
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue