The ArchiveItem type exposes the following members.

Constructors

  NameDescription
ArchiveItem
Initializes a new instance of the ArchiveItem class

Methods

  NameDescription
DeleteOverloaded.
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.
ExtractToDirectoryOverloaded.
ExtractToFile
Extracts the current file item into a local file.
ExtractToStream
Extracts the current file item to the specified 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.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
OpenOverloaded.
Rename
Renames the current item.
ToString
Returns a System.String that represents the current item.
(Overrides Object..::.ToString()()().)

Properties

  NameDescription
CanExtract
Returns true if the item can be extracted using Rebex ZIP for .NET component.
Comment
Gets or sets the comment of the archive item.
CompressedLength
Gets compressed file length.
CompressionMethod
Gets the compression method used to compress the file.
Crc32
Gets the CRC32 (Cyclic Redundancy Check) value of the file (returns 0 for directories).
CreationTime
Gets or sets the creation time attribute of the archive item.
EncryptionAlgorithm
Gets the name of the algorithm used to encrypt the current ZipItem.
IsDeleted
Gets a value indicating whether the current ArchiveItem represents a deleted item.
IsDirectory
Gets a value indicating whether the ArchiveItem is a direcory.
IsEmptyDirectory
Gets a value indicating whether the ArchiveItem is an empty directory.
IsEncrypted
Gets a value indicating whether the current ZipItem is encrypted.
IsFile
Gets a value indicating whether the ArchiveItem is a file.
IsRootDirectory
Gets a value indicating whether the current ArchiveItem is the root directory of the archive.
ItemType
Gets the type of the archive item.
LastAccessTime
Gets or sets the last access time attribute of the archive item.
LastWriteTime
Gets or sets the last modification time attribute of the archive item.
Length
Gets uncompressed file length.
Name
Gets the name of the archive item.
Path
Gets the full path to the archive item (including its name) within the archive.

See Also