Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
Compression.h File Reference
+ Include dependency graph for Compression.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  FCompression
 

Macros

#define COMPRESS_Default   COMPRESS_ZLIB
 
#define LOADING_COMPRESSION_CHUNK_SIZE_PRE_369   32768
 
#define LOADING_COMPRESSION_CHUNK_SIZE   131072
 
#define SAVING_COMPRESSION_CHUNK_SIZE   LOADING_COMPRESSION_CHUNK_SIZE
 

Macro Definition Documentation

◆ COMPRESS_Default

#define COMPRESS_Default   COMPRESS_ZLIB

Definition at line 18 of file Compression.h.

◆ LOADING_COMPRESSION_CHUNK_SIZE

#define LOADING_COMPRESSION_CHUNK_SIZE   131072

Definition at line 25 of file Compression.h.

◆ LOADING_COMPRESSION_CHUNK_SIZE_PRE_369

#define LOADING_COMPRESSION_CHUNK_SIZE_PRE_369   32768

Chunk size serialization code splits data into. The loading value CANNOT be changed without resaving all compressed data which is why they are split into two separate defines.

Definition at line 24 of file Compression.h.

◆ SAVING_COMPRESSION_CHUNK_SIZE

#define SAVING_COMPRESSION_CHUNK_SIZE   LOADING_COMPRESSION_CHUNK_SIZE

Definition at line 26 of file Compression.h.