PowerTCP Zip Compression for .NET
Dart.PowerTCP.Zip Namespace
Inheritance Hierarchy
Classes
 ClassDescription
ClassAesDecryptingStream Used to apply AES decryption to data passing through the stream.
ClassAesEncryptingStream Used to apply AES encryption to data passing through it.
ClassArchive Represents an archive of files, directories, and Streams.
ClassArchiveItem Represents an individual item inside an Archive.
ClassBaseStream Abstract base class for ZipEncryptingStream, ZipDecryptingStream, AesEncryptingStream, AesDecryptingStream, UtilityStream and ZStream.
ClassBusyException Thrown whenever a method is called to perform an operation when an operation is already in progress.
ClassCompressingStream Specializes the ZStream class to compress data passing through it.
ClassDiskEventArgs Provides status information when removable media is used
ClassEndEventArgs Provides data for asynchronous completion events.
ClassExceptionEventArgs Arguments for the Exception event.
ClassInflatingStream Specializes the ZStream class to uncompress (inflate) data passing through it.
ClassProgressEventArgs The status of the current on-going operation
ClassSelfExtractConfiguration Used to configure how the items in a self extract zip archive will be extracted as files.
ClassSpanConfiguration Used to configure how a multi-part zip archive is spanned over multiple disks or split on a hard drive.
ClassSpanProgressEventArgs The status of a spanning operation.
ClassUtilityStream Used to compute a byte count, compute a CRC check number, or establish a read limit on all bytes processed by Read() or Write().
ClassZipDecryptingStream Used to apply standard Zip decryption to bytes passing through this stream.
ClassZipEncryptingStream Used to apply standard Zip encryption to bytes passing through this stream.
ClassZipException Used to report run-time exceptions during any operation of the Archive component.
ClassZStream Used as the abstract base class for CompressingStream and InflatingStream.
ClassZStreamException Indicates a failure in ZLIB compression processing.
Delegates
 DelegateDescription
DelegateDiskEventHandler The delegate for the Disk event.
DelegateEndEventHandler The delegate for the completion events.
DelegateExceptionEventHandler The delegate for the Exception event.
DelegateProgressEventHandler The delegate for the Progress event.
DelegateSpanProgressEventHandler The delegate for the SpanProgress event.
Enumerations
 EnumerationDescription
EnumerationCompressionLevel Enumerates the compression levels.
EnumerationCompressionMethod Enumerates the possible compression types.
EnumerationEncryption Enumerates the type of encryption to use or in use
EnumerationErrorCode Enumerates the error codes.
EnumerationFormat Enumerates the compression format the Archive component currently supports.
EnumerationOverwrite Enumerates values which determine how files are overwritten.
EnumerationSelfExtractBehavior Enumerates execution behavior of self-extracting files.
EnumerationStatus Enumerates values which describe the current state of the compression operation.
See Also

Reference

Dart.PowerTCP.Zip Assembly


PowerTCP Zip for .NET Documentation Version 2.1.1
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic