Dodano wsparcie w przypadku szyfrowania bez komresji
This commit is contained in:
parent
1066a41359
commit
45b2f823c6
2 changed files with 14 additions and 8 deletions
|
|
@ -12,12 +12,6 @@
|
|||
|
||||
#define BLOCK_SIZE 131072 // 128KB
|
||||
|
||||
struct BlockSize
|
||||
{
|
||||
uint32_t raw;
|
||||
uint32_t zip;
|
||||
};
|
||||
|
||||
class ChunkManager
|
||||
{
|
||||
public:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue