The ZipItem type exposes the following members.
Methods
Name | Description | |
---|---|---|
Delete()()()() |
Deletes the current file or empty directory item from the archive.
(Inherited from ArchiveItem.) | |
Delete(ArchiveSaveAction) |
Deletes the current file or empty directory item from the archive.
(Inherited from ArchiveItem.) | |
Delete(ArchiveTraversalMode) | Obsolete. (Inherited from ArchiveItem.) | |
Delete(ArchiveTraversalMode, ArchiveSaveAction) | Obsolete. (Inherited from ArchiveItem.) | |
Delete(TraversalMode, ArchiveSaveAction) |
Deletes the current ZipItem from the ZIP archive.
(Overrides ArchiveItem..::..Delete(TraversalMode, ArchiveSaveAction).) | |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
ExtractToArray |
Extracts the current file item into a byte array.
(Overrides ArchiveItem..::..ExtractToArray()()()().) | |
ExtractToDirectory(String) |
Extracts the current item into the specified directory.
(Inherited from ArchiveItem.) | |
ExtractToDirectory(String, ArchiveTraversalMode, ArchiveActionOnExistingFile) | Obsolete. (Inherited from ArchiveItem.) | |
ExtractToDirectory(String, TraversalMode, ActionOnExistingFiles) |
Extracts the current ZipItem into the specified local directory using the specified arguments.
(Overrides ArchiveItem..::..ExtractToDirectory(String, TraversalMode, ActionOnExistingFiles).) | |
ExtractToFile(String) |
Extracts the current file item into a local file.
(Overrides ArchiveItem..::..ExtractToFile(String).) | |
ExtractToFile(String, ActionOnExistingFiles) |
Extracts the current file item into a local file.
| |
ExtractToStream |
Extracts the current file item to the specified stream.
(Overrides ArchiveItem..::..ExtractToStream(Stream).) | |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
GetCreationTime |
Gets the creation time attribute of the item.
(Inherited from ArchiveItem.) | |
GetHashCode | Serves as a hash function for a particular type. GetHashCode()()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) | |
GetLastAccessTime |
Gets the last access time attribute of the item.
(Inherited from ArchiveItem.) | |
GetLastWriteTime |
Gets the last modification time attribute of the item.
(Inherited from ArchiveItem.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Open()()()() |
Returns an initialized read-only non-seekable stream to read the decompressed data of the current item.
(Inherited from ArchiveItem.) | |
Open(String) |
Returns an initialized read-only non-seekable stream to read the decompressed data of the current item.
(Overrides ArchiveItem..::..Open(String).) | |
Rename |
Renames the current ZipItem.
(Overrides ArchiveItem..::..Rename(String).) | |
ToString |
Returns a System.String that represents the current item.
(Inherited from ArchiveItem.) |
Properties
Name | Description | |
---|---|---|
CanExtract |
Returns true if the current ZipItem can be extracted using Rebex ZIP for .NET component.
(Overrides ArchiveItem..::..CanExtract.) | |
Comment |
Gets or sets the comment of the current ZipItem.
(Overrides ArchiveItem..::..Comment.) | |
CompressedLength |
Gets compressed file length.
(Overrides ArchiveItem..::..CompressedLength.) | |
CompressionMethod |
Gets the compression method used to compress the file.
(Overrides ArchiveItem..::..CompressionMethod.) | |
Crc32 |
Gets the CRC32 (Cyclic Redundancy Check) value of the file.
(Overrides ArchiveItem..::..Crc32.) | |
CreationTime |
Gets or sets the creation time attribute of the current ZipItem.
(Overrides ArchiveItem..::..CreationTime.) | |
EncryptionAlgorithm |
Gets the name of the algorithm used to encrypt the current ZipItem.
(Overrides ArchiveItem..::..EncryptionAlgorithm.) | |
IsDeleted |
Gets a value indicating whether the current ZipItem represents a deleted item.
(Overrides ArchiveItem..::..IsDeleted.) | |
IsDirectory |
Gets a value indicating whether the current ZipItem is a directory.
(Overrides FileSystemItem..::..IsDirectory.) | |
IsEmptyDirectory |
Gets a value indicating whether the current ZipItem is an empty directory.
(Overrides ArchiveItem..::..IsEmptyDirectory.) | |
IsEncrypted |
Gets a value indicating whether the current ZipItem is encrypted.
(Overrides ArchiveItem..::..IsEncrypted.) | |
IsFile |
Gets a value indicating whether the current ZipItem is a file.
(Overrides FileSystemItem..::..IsFile.) | |
IsLink |
Gets a value indicating whether the item is a link.
(Overrides ArchiveItem..::..IsLink.) | |
IsRootDirectory |
Gets a value indicating whether the current ZipItem is the root directory of the ZIP archive.
(Overrides ArchiveItem..::..IsRootDirectory.) | |
ItemType |
Gets the type of the current ZipItem.
(Overrides ArchiveItem..::..ItemType.) | |
LastAccessTime |
Gets or sets the last access time attribute of the current ZipItem.
(Overrides ArchiveItem..::..LastAccessTime.) | |
LastWriteTime |
Gets or sets the last modification time attribute of the current ZipItem.
(Overrides ArchiveItem..::..LastWriteTime.) | |
Length |
Gets uncompressed file length.
(Overrides ArchiveItem..::..Length.) | |
LinkTarget |
Gets the target of the link.
| |
Name |
Gets the name of the current ZipItem.
(Overrides FileSystemItem..::..Name.) | |
Path |
Gets the full path to the current ZipItem (including its name) within the ZIP archive.
(Overrides FileSystemItem..::..Path.) | |
UnixGroupId |
Gets the Unix Group ID.
| |
UnixOwnerId |
Gets the Unix Owner ID.
| |
UnixPermissions |
Gets the standard Unix st_mode field from struct stat (contains user/group/other permissions, setuid/setgid, file type).
|