The ArchiveItem type exposes the following members.

Constructors

  NameDescription
Protected methodSupported by the .NET Compact FrameworkArchiveItem
Creates an instance of ArchiveItem class.

Methods

  NameDescription
Public methodSupported by the .NET Compact FrameworkDelete()()()()
Deletes the current file or empty directory item from the archive.
Public methodSupported by the .NET Compact FrameworkDelete(ArchiveSaveAction)
Deletes the current file or empty directory item from the archive.
Public methodSupported by the .NET Compact FrameworkDelete(ArchiveTraversalMode) Obsolete.
Public methodSupported by the .NET Compact FrameworkDelete(ArchiveTraversalMode, ArchiveSaveAction) Obsolete.
Public methodSupported by the .NET Compact FrameworkDelete(TraversalMode, ArchiveSaveAction)
Deletes the current item from the archive.
Public methodSupported by the .NET Compact FrameworkEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkExtractToArray
Extracts the current file item into a byte array.
Public methodSupported by the .NET Compact FrameworkExtractToDirectory(String)
Extracts the current item into the specified directory.
Public methodSupported by the .NET Compact FrameworkExtractToDirectory(String, ArchiveTraversalMode, ArchiveActionOnExistingFile) Obsolete.
Public methodSupported by the .NET Compact FrameworkExtractToDirectory(String, TraversalMode, ActionOnExistingFiles)
Extracts the current item into the specified local directory using the specified arguments.
Public methodSupported by the .NET Compact FrameworkExtractToFile
Extracts the current file item into a local file.
Public methodSupported by the .NET Compact FrameworkExtractToStream
Extracts the current file item to the specified stream.
Protected methodSupported by the .NET Compact FrameworkFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Protected methodSupported by the .NET Compact FrameworkGetCreationTime
Gets the creation time attribute of the item.
(Overrides FileSystemItem..::..GetCreationTime()()()().)
Public methodSupported by the .NET Compact FrameworkGetHashCode
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.)
Protected methodSupported by the .NET Compact FrameworkGetLastAccessTime
Gets the last access time attribute of the item.
(Overrides FileSystemItem..::..GetLastAccessTime()()()().)
Protected methodSupported by the .NET Compact FrameworkGetLastWriteTime
Gets the last modification time attribute of the item.
(Overrides FileSystemItem..::..GetLastWriteTime()()()().)
Public methodSupported by the .NET Compact FrameworkGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodSupported by the .NET Compact FrameworkMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkOpen()()()()
Returns an initialized read-only non-seekable stream to read the decompressed data of the current item.
Public methodSupported by the .NET Compact FrameworkOpen(String)
Returns an initialized read-only non-seekable stream to read the decompressed data of the current item.
Public methodSupported by the .NET Compact FrameworkRename
Renames the current item.
Public methodSupported by the .NET Compact FrameworkToString
Returns a System.String that represents the current item.
(Overrides Object..::..ToString()()()().)

Properties

  NameDescription
Public propertySupported by the .NET Compact FrameworkCanExtract
Returns true if the item can be extracted using Rebex ZIP for .NET component.
Public propertySupported by the .NET Compact FrameworkComment
Gets or sets the comment of the item.
Public propertySupported by the .NET Compact FrameworkCompressedLength
Gets compressed file length.
Public propertySupported by the .NET Compact FrameworkCompressionMethod
Gets the compression method used to compress the file.
Public propertySupported by the .NET Compact FrameworkCrc32
Gets the CRC32 (Cyclic Redundancy Check) value of the file (returns 0 for directories).
Public propertySupported by the .NET Compact FrameworkCreationTime
Gets or sets the creation time attribute of the item.
Public propertySupported by the .NET Compact FrameworkEncryptionAlgorithm
Gets the name of the algorithm used to encrypt the current ZipItem.
Public propertySupported by the .NET Compact FrameworkIsDeleted
Gets a value indicating whether the current ArchiveItem represents a deleted item.
Public propertySupported by the .NET Compact FrameworkIsDirectory
Gets a value indicating whether the item is a directory.
(Inherited from FileSystemItem.)
Public propertySupported by the .NET Compact FrameworkIsEmptyDirectory
Gets a value indicating whether the ArchiveItem is an empty directory.
Public propertySupported by the .NET Compact FrameworkIsEncrypted
Gets a value indicating whether the current ZipItem is encrypted.
Public propertySupported by the .NET Compact FrameworkIsFile
Gets a value indicating whether the item is a file.
(Inherited from FileSystemItem.)
Public propertySupported by the .NET Compact FrameworkIsLink
Gets a value indicating whether the item is a link.
(Overrides FileSystemItem..::..IsLink.)
Public propertySupported by the .NET Compact FrameworkIsRootDirectory
Gets a value indicating whether the current ArchiveItem is the root directory of the archive.
Public propertySupported by the .NET Compact FrameworkItemType
Gets the type of the item.
Public propertySupported by the .NET Compact FrameworkLastAccessTime
Gets or sets the last access time attribute of the item.
Public propertySupported by the .NET Compact FrameworkLastWriteTime
Gets or sets the last modification time attribute of the item.
Public propertySupported by the .NET Compact FrameworkLength
Gets uncompressed file length.
(Overrides FileSystemItem..::..Length.)
Public propertySupported by the .NET Compact FrameworkName
Gets the name of the file or directory.
(Inherited from FileSystemItem.)
Public propertySupported by the .NET Compact FrameworkPath
Gets the path of the file or directory. It can be relative or absolute path depending on the way of use.
(Inherited from FileSystemItem.)

See Also