Field Summary | ||
---|---|---|
const int | LEVEL_1 | |
The fastest but least effective compression.
|
||
const int | LEVEL_2 | |
A little slower, but better, than level 1.
|
||
const int | LEVEL_3 | |
A little slower, but better, than level 2.
|
||
const int | LEVEL_4 | |
A little slower, but better, than level 3.
|
||
const int | LEVEL_5 | |
A little slower than level 4, but with better compression.
|
||
const int | LEVEL_6 | |
A good balance of speed and compression efficiency.
|
||
const int | LEVEL_7 | |
Pretty good compression!
|
||
const int | LEVEL_8 | |
Better compression than Level7!
|
||
const int | LEVEL_9 | |
The "best" compression, where best means greatest reduction in size of the input data stream.
This is also the slowest compression.
|
const int LEVEL_1
const int LEVEL_2
const int LEVEL_3
const int LEVEL_4
const int LEVEL_5
const int LEVEL_6
const int LEVEL_7
const int LEVEL_8
const int LEVEL_9