Dart.PowerTCP.Zip Namespace : Archive Class |
The following tables list the members exposed by Archive.
Name | Description | |
---|---|---|
Archive Constructor | Initializes a new instance of Archive. |
Name | Description | |
---|---|---|
Busy | Returns true if a method is currently in use. | |
Comment | Gets or sets the comment for the entire collection. | |
CompressionLevel | Gets or sets the compression level for data compression. | |
Container | (Inherited from System.ComponentModel.Component) | |
ContainsListCollection | Gets a value indicating whether the collection is a collection of IList objects. | |
Count | Gets the number of ArchiveItem objects in the archive. | |
DefaultCompressionMethod | Gets or sets the default compression algorithm used for data compression. | |
DefaultEncryption | Gets or sets the encryption algorithm used for the archive. | |
Delimiter | Gets or sets a character to be used as a Delimiter when adding items to an Archive. | |
DestinationDirectory | Gets or sets the default compression algorithm used for data compression. | |
DoEvents | Gets or sets a value that controls the processing of events during blocking method calls. | |
Encoding | Gets or sets the character encoding used for filenames. | |
ExcludePattern | Gets or sets the files to exclude when using wildcards. | |
Format | Gets the compression format of the archive. | |
IncludeSubs | Gets or sets whether subdirectories are included when using wildcards. | |
IsSynchronized | Gets a value indicating whether access to the ICollection is synchronized (thread-safe). | |
Item | Gets or sets the object at the specified index. | |
Items | Gets an ArrayList containing ArchiveItem objects. | |
MaxMemoryStreamSize | Gets or sets a value (in kilobytes) which determines when buffering to a temporary file is necessary. | |
Overwrite | Gets or sets a value which determines how files are overwritten when decompressing files. | |
Password | Gets or sets the encryption password for the archive. | |
PreservePath | Gets or sets a value which determines if file paths are preserved when compressing or decompressing. | |
ProgressSize | Gets or sets the frequency to raise the Progress event. | |
SelfExtractConfiguration | Gets or sets a SelfExtractConfiguration object, which is used to define the specification of a self-extraction operation. | |
Site | (Inherited from System.ComponentModel.Component) | |
Size | Gets the number of uncompressed bytes by summing the size of all files in the archive. | |
SpanConfiguration | Gets or sets a SpanConfiguration object, which is used to span or split an archive over multiple volumes. | |
SynchronizingObject | Set this object to automatically control thread marshalling between worker threads and the main UI thread. | |
SyncRoot | Gets an object that can be used to synchronize access to the Archive. | |
Tag | Gets or sets an object reference that can be used to associate this instance with any other. Gets or sets an object reference that can be used to associate this instance with any other. | |
TempFileDirectory | Gets or sets a value indicating the directory to store any temporary files created during compression operations. | |
VolumeLabel | Gets or sets the volume label. |
Name | Description | |
---|---|---|
CanRaiseEvents | (Inherited from System.ComponentModel.Component) | |
DesignMode | (Inherited from System.ComponentModel.Component) | |
Events | (Inherited from System.ComponentModel.Component) |
Name | Description | |
---|---|---|
Abort | Aborts the current operation. | |
Add | Overloaded. Adds an item or items to the archive. | |
BeginQuickUnzip | Overloaded. Asynchronously open and decompress a zip archive. | |
BeginQuickZip | Overloaded. Asynchronously add files and create a zip archive. | |
BeginUnzip | Asynchronously decompress the items in a zip archive that have been opened. | |
BeginZip | Overloaded. Asynchronously compress the items in the current collection and generate a zip archive written to a Stream. | |
Clear | Removes all elements from the ArrayList. | |
CopyTo | Copies the entire ArrayList to a compatible one-dimensional Array, starting at the specified index of the target array. | |
CreateObjRef | (Inherited from System.MarshalByRefObject) | |
Dispose | Overloaded. Releases all resources associated with the object. | |
GetEnumerator | Returns an enumerator for the collection. | |
GetLifetimeService | (Inherited from System.MarshalByRefObject) | |
GetList | Returns an IList that can be bound to a data source from an object that does not implement an IList itself. | |
InitializeLifetimeService | (Inherited from System.MarshalByRefObject) | |
Insert | Overloaded. Inserts one or more items into the collection starting from the specified index. | |
Open | Overloaded. Opens a compressed archive and populates the collection to reflect the items in the compressed archive. | |
QuickUnzip | Overloaded. Opens a compressed archive and decompresses it in one step. | |
QuickZip | Overloaded. Adds a file or files and compresses in one step. | |
Read | Reads at least one byte of compressed data from the Archive and copies it into the provided buffer. | |
RemoveAt | Removes an element at the specified index from the collection. | |
RemoveRange | Removes a range of elements from an ArrayList or collection. | |
Reset | Removes the elements in the collection and reset all of the properties of the collection to their defaults. | |
ToString | (Inherited from System.ComponentModel.Component) | |
Unzip | Decompresses the items in the current collection to the specified directory | |
Write | Writes a sequence of compressed bytes to the Archive and returns when the operation is complete. | |
Zip | Overloaded. Compresses the items in the current collection and generates a compressed archive. |
Name | Description | |
---|---|---|
Finalize | (Inherited from System.ComponentModel.Component) | |
GetService | (Inherited from System.ComponentModel.Component) | |
MemberwiseClone | Overloaded. (Inherited from System.MarshalByRefObject) |
Name | Description | |
---|---|---|
BusyChanged | Occurs when the Busy property in the Archive component gets changed. | |
Disk | Occurs when a removable media volume is needed during a spanning process. | |
Disposed | (Inherited from System.ComponentModel.Component) | |
EndUnzip | Occurs when an asynchronous Unzip operation completes | |
EndZip | Occurs when an asynchronous zip operation completes | |
Exception | Occurs to report a warning condition that is not a fatal error. | |
Progress | Occurs to indicate the progress of the current compression or decompression activity. | |
SpanProgress | Occurs to indicate the progress of a spanning operation. This event has been deprecated and is no longer raised. |