TZipCompression Enumeration

Represents type TZipCompression.

Namespace: System.Zip
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:
 NameDescription
zcBZIP2

Represents constant zcBZIP2.

zcDeflate

Represents constant zcDeflate.

zcDeflate64

Represents constant zcDeflate64.

zcImplode

Represents constant zcImplode.

zcLZ77

Represents constant zcLZ77.

zcLZMA

Represents constant zcLZMA.

zcPKImplode

Represents constant zcPKImplode.

zcPPMdI1

Represents constant zcPPMdI1.

zcReduce1

Represents constant zcReduce1.

zcReduce2

Represents constant zcReduce2.

zcReduce3

Represents constant zcReduce3.

zcReduce4

Represents constant zcReduce4.

zcShrunk

Represents constant zcShrunk.

zcStored

Represents constant zcStored.

zcTERSE

Represents constant zcTERSE.

zcTokenize

Represents constant zcTokenize.

zcWavePack

Represents constant zcWavePack.

Top