Namespace Syncfusion.Compression.Zip
Classes
| BeginsWithNamePreprocessor
       Implemenation of IFileNamePreprocessor interface that simply removes some string from the name start and converts all \ characters into /.  | 
| CompressionLevel
       Compression level.  | 
| CompressionMethod
       The kind of compression used for an entry in an archive  | 
| Constants
       Class contains all constants that are required by ZipArchive.  | 
| GeneralPurposeBitFlags
       General purpose bit flag.  | 
| NetCompressor | 
| ZipArchive | 
| ZipArchive.CompressorCreator | 
| ZipArchiveItem | 
| ZipCrc32
       Crc32 implementation used in zip archive to verify data correctness.  | 
| ZipException
       This class represents exception type that is mostly raised when some problems with zip extraction/creation occurs.  | 
| ZippedContentStream | 
Interfaces
| IFileNamePreprocessor
       Preprocesses file name before ZipArchiveItem saving. Used to convert full item path into local one.  |