ROOT 6.14/05 Reference Guide |
Enumerations | |
enum | ECompressionAlgorithm { kUseGlobalCompressionSetting, kZLIB, kLZMA, kOldCompressionAlgo, kLZ4, kUndefinedCompressionAlgorithm } |
The global settings depend on a global variable named R__ZipMode which can be modified by a global function named R__SetZipMode. More... | |
Variables | |
static enum ECompressionAlgorithm | kUseGlobalSetting = kUseGlobalCompressionSetting |
Deprecated name, do not use: More... | |
The global settings depend on a global variable named R__ZipMode which can be modified by a global function named R__SetZipMode.
Both are defined in Bits.h.
The current algorithms support level 1 to 9. The higher the level the greater the compression and more CPU time and memory resources used during compression. Level 0 means no compression.
Recommendation for the compression algorithm's levels:
Definition at line 43 of file Compression.h.
|
static |
Deprecated name, do not use:
Definition at line 59 of file Compression.h.