Namespace Syncfusion.Compression.Zip
Classes
| BeginsWithNamePreprocessor Implemenation of IFileNamePreprocessor interface that simply removes some string from the name start and converts all \ characters into /. | 
| CompressionMethod The kind of compression used for an entry in an archive | 
| Constants Class contains all constants that are required by ZipArchive. | 
| EncryptionAlgorithm Encryption types. | 
| GeneralPurposeBitFlags General purpose bit flag. | 
| NetCompressor | 
| ZipArchive Represents zip archive. | 
| ZipArchive.CompressorCreator | 
| ZipArchive.ZipArchiveItemPasswordEventHandler Represents the method that will handle the event related to requesting a password for a ZipArchiveItem. | 
| ZipArchiveItem Represents single item inside zip archive. It can be either folder or file. | 
| ZipArchiveItemPasswordEventArgs Represents the data for the password needed event in ZipArchive. | 
| 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. |