ROOT 6.12/07 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.
Definition at line 34 of file Compression.h.
|
static |
Deprecated name, do not use:
Definition at line 50 of file Compression.h.