• PowerTCP Zip for .NET
    • Getting Started
    • Licensing and Trial Operation
    • QuickZip
    • QuickUnzip
    • Data Compression
    • Data Decompression
    • Encryption
    • Self-Extraction
    • Asynchronous Operation
    • Assembly Overview
      • Dart.PowerTCP.Zip Namespace
        • Classes
          • AesDecryptingStream
            • Overview
            • Members
            • AesDecryptingStream Constructor
            • Methods
              • Flush Method
              • Read Method
              • Write Method
          • AesEncryptingStream
            • Overview
            • Members
            • AesEncryptingStream Constructor
            • Methods
              • Flush Method
              • Read Method
              • Write Method
          • Archive
            • Overview
            • Members
            • Archive Constructor
            • Methods
              • Abort Method
              • Add Method
                • Add(String) Method
                • Add(Stream) Method
                • Add(ArchiveItem) Method
              • BeginQuickUnzip Method
                • BeginQuickUnzip(String,String,Object) Method
                • BeginQuickUnzip(Stream,String,Object) Method
              • BeginQuickZip Method
                • BeginQuickZip(String,Stream,Object) Method
                • BeginQuickZip(String,String,Object) Method
              • BeginUnzip Method
              • BeginZip Method
                • BeginZip(Stream,Object) Method
                • BeginZip(String,Object) Method
              • Clear Method
              • CopyTo Method
              • Dispose Method
                • Dispose() Method
              • GetEnumerator Method
              • GetList Method
              • Insert Method
                • Insert(Int32,Stream) Method
                • Insert(Int32,ArchiveItem) Method
                • Insert(Int32,String) Method
              • Open Method
                • Open(String) Method
                • Open(Stream) Method
              • QuickUnzip Method
                • QuickUnzip(String,String) Method
                • QuickUnzip(Stream,String) Method
              • QuickZip Method
                • QuickZip(String,Stream) Method
                • QuickZip(String,String) Method
              • Read Method
              • RemoveAt Method
              • RemoveRange Method
              • Reset Method
              • Unzip Method
              • Write Method
              • Zip Method
                • Zip(Stream) Method
                • Zip(String) Method
            • Properties
              • Busy Property
              • Comment Property
              • CompressionLevel Property
              • ContainsListCollection Property
              • Count Property
              • DefaultCompressionMethod Property
              • DefaultEncryption Property
              • Delimiter Property
              • DestinationDirectory Property
              • DoEvents Property
              • Encoding Property
              • ExcludePattern Property
              • Format Property
              • IncludeSubs Property
              • IsSynchronized Property
              • Item Property
              • Items Property
              • MaxMemoryStreamSize Property
              • Overwrite Property
              • Password Property
              • PreservePath Property
              • ProgressSize Property
              • SelfExtractConfiguration Property
              • Size Property
              • SpanConfiguration Property
              • SynchronizingObject Property
              • SyncRoot Property
              • Tag Property
              • TempFileDirectory Property
              • VolumeLabel Property
            • Events
              • BusyChanged Event
              • Disk Event
              • EndUnzip Event
              • EndZip Event
              • Exception Event
              • Progress Event
              • SpanProgress Event
          • ArchiveItem
            • Overview
            • Members
            • ArchiveItem Constructor
              • ArchiveItem Constructor(String)
              • ArchiveItem Constructor(Stream)
            • Methods
              • BeginUnzip Method
                • BeginUnzip(String,Boolean,Overwrite,Object) Method
                • BeginUnzip(Stream,Object) Method
              • Unzip Method
                • Unzip(String,Boolean,Overwrite) Method
                • Unzip(Stream) Method
            • Properties
              • Attributes Property
              • Comment Property
              • CompressedSize Property
              • CompressionMethod Property
              • CompressionRatio Property
              • CRC Property
              • Encryption Property
              • LastModified Property
              • Name Property
              • Password Property
              • Path Property
              • Size Property
              • Tag Property
              • VolumeNumber Property
          • BaseStream
            • Overview
            • Members
            • Methods
              • Close Method
              • Flush Method
              • Seek Method
              • SetLength Method
            • Properties
              • CanRead Property
              • CanSeek Property
              • CanWrite Property
              • Length Property
              • Position Property
          • BusyException
            • Overview
            • Members
            • BusyException Constructor
              • BusyException Constructor()
              • BusyException Constructor(String)
              • BusyException Constructor(String,Exception)
              • BusyException Constructor(SerializationInfo,StreamingContext)
          • CompressingStream
            • Overview
            • Members
            • CompressingStream Constructor
            • Methods
              • Read Method
              • Write Method
          • DiskEventArgs
            • Overview
            • Members
            • DiskEventArgs Constructor
            • Properties
              • DiskNumber Property
              • Exception Property
              • IgnoreLabel Property
              • Status Property
          • EndEventArgs
            • Overview
            • Members
            • EndEventArgs Constructor
            • Properties
              • Exception Property
              • State Property
          • ExceptionEventArgs
            • Overview
            • Members
            • ExceptionEventArgs Constructor
            • Properties
              • Exception Property
              • Index Property
          • InflatingStream
            • Overview
            • Members
            • InflatingStream Constructor
            • Methods
              • Read Method
              • Write Method
          • ProgressEventArgs
            • Overview
            • Members
            • Properties
              • Item Property
              • ItemIndex Property
              • ProcessedItemBytes Property
              • ProcessedTotalBytes Property
              • Status Property
              • TotalBytes Property
          • SelfExtractConfiguration
            • Overview
            • Members
            • SelfExtractConfiguration Constructor
              • SelfExtractConfiguration Constructor(String,String,Boolean,Overwrite,Boolean,Boolean,Boolean,Int32,SelfExtractBehavior,String)
              • SelfExtractConfiguration Constructor()
            • Properties
              • Behavior Property
              • Caption Property
              • CodePage Property
              • EnableOverwrite Property
              • EnablePath Property
              • EnablePreservePath Property
              • FileToExecute Property
              • Overwrite Property
              • Path Property
              • PreservePath Property
          • SpanConfiguration
            • Overview
            • Members
            • SpanConfiguration Constructor
              • SpanConfiguration Constructor(Boolean,Int64,Int64,Int64)
              • SpanConfiguration Constructor()
            • Properties
              • FirstPartSize Property
              • IsRemovableMedia Property
              • MinFreeSpace Property
              • PartSize Property
          • SpanProgressEventArgs
            • Overview
            • Members
            • SpanProgressEventArgs Constructor
            • Properties
              • Length Property
              • Position Property
              • VolumeNumber Property
          • UtilityStream
            • Overview
            • Members
            • UtilityStream Constructor
            • Methods
              • CalculateCRC Method
              • Read Method
              • Write Method
            • Properties
              • Crc Property
              • Position Property
          • ZipDecryptingStream
            • Overview
            • Members
            • ZipDecryptingStream Constructor
            • Methods
              • Read Method
              • Write Method
          • ZipEncryptingStream
            • Overview
            • Members
            • ZipEncryptingStream Constructor
            • Methods
              • Read Method
              • Write Method
          • ZipException
            • Overview
            • Members
            • ZipException Constructor
            • Properties
              • ErrorCode Property
          • ZStream
            • Overview
            • Members
            • Methods
              • Close Method
              • Flush Method
          • ZStreamException
            • Overview
            • Members
            • ZStreamException Constructor
        • Enumerations
          • CompressionLevel
          • CompressionMethod
          • Encryption
          • ErrorCode
          • Format
          • Overwrite
          • SelfExtractBehavior
          • Status
        • Delegates
          • DiskEventHandler
          • EndEventHandler
          • ExceptionEventHandler
          • ProgressEventHandler
          • SpanProgressEventHandler