Class CompressionLevels
Compression levels for available compression methods.
Inheritance
CompressionLevels
Assembly: ZoneTree.dll
Syntax
public static class CompressionLevels
Fields
|
Improve this Doc
View Source
BrotliFastest
Declaration
public const int BrotliFastest = 1
Field Value
|
Improve this Doc
View Source
BrotliNoCompression
Declaration
public const int BrotliNoCompression = 2
Field Value
|
Improve this Doc
View Source
BrotliOptimal
Declaration
public const int BrotliOptimal = 0
Field Value
|
Improve this Doc
View Source
BrotliSmallestSize
Declaration
public const int BrotliSmallestSize = 3
Field Value
|
Improve this Doc
View Source
GzipFastest
Declaration
public const int GzipFastest = 1
Field Value
|
Improve this Doc
View Source
GzipNoCompression
Declaration
public const int GzipNoCompression = 2
Field Value
|
Improve this Doc
View Source
GzipOptimal
Declaration
public const int GzipOptimal = 0
Field Value
|
Improve this Doc
View Source
GzipSmallestSize
Declaration
public const int GzipSmallestSize = 3
Field Value
|
Improve this Doc
View Source
LZ4Fastest
Declaration
public const int LZ4Fastest = 0
Field Value
|
Improve this Doc
View Source
LZ4HighCompression10
Declaration
public const int LZ4HighCompression10 = 10
Field Value
|
Improve this Doc
View Source
LZ4HighCompression11
Declaration
public const int LZ4HighCompression11 = 11
Field Value
|
Improve this Doc
View Source
LZ4HighCompression12
Declaration
public const int LZ4HighCompression12 = 12
Field Value
|
Improve this Doc
View Source
LZ4HighCompression3
Declaration
public const int LZ4HighCompression3 = 3
Field Value
|
Improve this Doc
View Source
LZ4HighCompression4
Declaration
public const int LZ4HighCompression4 = 4
Field Value
|
Improve this Doc
View Source
LZ4HighCompression5
Declaration
public const int LZ4HighCompression5 = 5
Field Value
|
Improve this Doc
View Source
LZ4HighCompression6
Declaration
public const int LZ4HighCompression6 = 6
Field Value
|
Improve this Doc
View Source
LZ4HighCompression7
Declaration
public const int LZ4HighCompression7 = 7
Field Value
|
Improve this Doc
View Source
LZ4HighCompression8
Declaration
public const int LZ4HighCompression8 = 8
Field Value
|
Improve this Doc
View Source
LZ4HighCompression9
Declaration
public const int LZ4HighCompression9 = 9
Field Value
|
Improve this Doc
View Source
Zstd0
Declaration
public const int Zstd0 = 0
Field Value
|
Improve this Doc
View Source
Zstd1
Declaration
public const int Zstd1 = 1
Field Value
|
Improve this Doc
View Source
Zstd2
Declaration
public const int Zstd2 = 2
Field Value
|
Improve this Doc
View Source
Zstd3
Declaration
public const int Zstd3 = 3
Field Value
|
Improve this Doc
View Source
Zstd4
Declaration
public const int Zstd4 = 4
Field Value
|
Improve this Doc
View Source
Zstd5
Declaration
public const int Zstd5 = 5
Field Value
|
Improve this Doc
View Source
ZstdMax
Declaration
public const int ZstdMax = 22
Field Value
|
Improve this Doc
View Source
ZstdMin
Declaration
public const int ZstdMin = -131072
Field Value