You are here: Symbol Reference > Stimulsoft.Base.Zip Namespace > StiZipReader20 Class > StiZipReader20 Enumerations > CompressionMethod Enumeration
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
Stimulsoft.Base.Zip.StiZipReader20.CompressionMethod Enumeration

The kind of compression used for an entry in an archive

Syntax
C++
C#
Visual Basic
internal: enum CompressionMethod { Stored = 0, Deflated = 8, Deflate64 = 9, BZip2 = 11, WinZipAES = 99 };
Members
Members 
Description 
Stored 
A direct copy of the file contents is held in the archive  
Deflated 
Common Zip compression method using a sliding dictionary of up to 32KB and secondary compression from Huffman/Shannon-Fano trees  
Deflate64 
An extension to deflate with a 64KB window. Not supported  
BZip2 
BZip2 compression. Not supported  
WinZipAES 
WinZip special for AES encryption, Not supported  
Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.