TZipCompression Enumeration
Represents type TZipCompression
.
type TZipCompression = (zcStored, zcShrunk, zcReduce1, zcReduce2, zcReduce3, zcReduce4, zcImplode, zcTokenize, zcDeflate, zcDeflate64, zcPKImplode, zcBZIP2, zcLZMA, zcTERSE, zcLZ77, zcWavePack, zcPPMdI1);
The TZipCompression type exposes the following members.
Show:
Name | Description | |
---|---|---|
zcBZIP2 | Represents constant | |
zcDeflate | Represents constant | |
zcDeflate64 | Represents constant | |
zcImplode | Represents constant | |
zcLZ77 | Represents constant | |
zcLZMA | Represents constant | |
zcPKImplode | Represents constant | |
zcPPMdI1 | Represents constant | |
zcReduce1 | Represents constant | |
zcReduce2 | Represents constant | |
zcReduce3 | Represents constant | |
zcReduce4 | Represents constant | |
zcShrunk | Represents constant | |
zcStored | Represents constant | |
zcTERSE | Represents constant | |
zcTokenize | Represents constant | |
zcWavePack | Represents constant |