The ZipItem type exposes the following members.

Methods

  NameDescription
Public methodSupported by the .NET Compact FrameworkDelete()()()()
Deletes the current file or empty directory item from the archive.
(Inherited from ArchiveItem.)
Public methodSupported by the .NET Compact FrameworkDelete(ArchiveSaveAction)
Deletes the current file or empty directory item from the archive.
(Inherited from ArchiveItem.)
Public methodSupported by the .NET Compact FrameworkDelete(ArchiveTraversalMode) Obsolete. (Inherited from ArchiveItem.)
Public methodSupported by the .NET Compact FrameworkDelete(ArchiveTraversalMode, ArchiveSaveAction) Obsolete. (Inherited from ArchiveItem.)
Public methodSupported by the .NET Compact FrameworkDelete(TraversalMode, ArchiveSaveAction)
Deletes the current ZipItem from the ZIP archive.
(Overrides ArchiveItem..::..Delete(TraversalMode, ArchiveSaveAction).)
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.
(Overrides ArchiveItem..::..ExtractToArray()()()().)
Public methodSupported by the .NET Compact FrameworkExtractToDirectory(String)
Extracts the current item into the specified directory.
(Inherited from ArchiveItem.)
Public methodSupported by the .NET Compact FrameworkExtractToDirectory(String, ArchiveTraversalMode, ArchiveActionOnExistingFile) Obsolete. (Inherited from ArchiveItem.)
Public methodSupported by the .NET Compact FrameworkExtractToDirectory(String, TraversalMode, ActionOnExistingFiles)
Extracts the current ZipItem into the specified local directory using the specified arguments.
(Overrides ArchiveItem..::..ExtractToDirectory(String, TraversalMode, ActionOnExistingFiles).)
Public methodSupported by the .NET Compact FrameworkExtractToFile(String)
Extracts the current file item into a local file.
(Overrides ArchiveItem..::..ExtractToFile(String).)
Public methodSupported by the .NET Compact FrameworkExtractToFile(String, ActionOnExistingFiles)
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.
(Overrides ArchiveItem..::..ExtractToStream(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.
(Inherited from ArchiveItem.)
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.
(Inherited from ArchiveItem.)
Protected methodSupported by the .NET Compact FrameworkGetLastWriteTime
Gets the last modification time attribute of the item.
(Inherited from ArchiveItem.)
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.
(Inherited from ArchiveItem.)
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.
(Overrides ArchiveItem..::..Open(String).)
Public methodSupported by the .NET Compact FrameworkRename
Renames the current ZipItem.
(Overrides ArchiveItem..::..Rename(String).)
Public methodSupported by the .NET Compact FrameworkToString
Returns a System.String that represents the current item.
(Inherited from ArchiveItem.)

Properties

  NameDescription
Public propertySupported by the .NET Compact FrameworkCanExtract
Returns true if the current ZipItem can be extracted using Rebex ZIP for .NET component.
(Overrides ArchiveItem..::..CanExtract.)
Public propertySupported by the .NET Compact FrameworkComment
Gets or sets the comment of the current ZipItem.
(Overrides ArchiveItem..::..Comment.)
Public propertySupported by the .NET Compact FrameworkCompressedLength
Gets compressed file length.
(Overrides ArchiveItem..::..CompressedLength.)
Public propertySupported by the .NET Compact FrameworkCompressionMethod
Gets the compression method used to compress the file.
(Overrides ArchiveItem..::..CompressionMethod.)
Public propertySupported by the .NET Compact FrameworkCrc32
Gets the CRC32 (Cyclic Redundancy Check) value of the file.
(Overrides ArchiveItem..::..Crc32.)
Public propertySupported by the .NET Compact FrameworkCreationTime
Gets or sets the creation time attribute of the current ZipItem.
(Overrides ArchiveItem..::..CreationTime.)
Public propertySupported by the .NET Compact FrameworkEncryptionAlgorithm
Gets the name of the algorithm used to encrypt the current ZipItem.
(Overrides ArchiveItem..::..EncryptionAlgorithm.)
Public propertySupported by the .NET Compact FrameworkIsDeleted
Gets a value indicating whether the current ZipItem represents a deleted item.
(Overrides ArchiveItem..::..IsDeleted.)
Public propertySupported by the .NET Compact FrameworkIsDirectory
Gets a value indicating whether the current ZipItem is a directory.
(Overrides FileSystemItem..::..IsDirectory.)
Public propertySupported by the .NET Compact FrameworkIsEmptyDirectory
Gets a value indicating whether the current ZipItem is an empty directory.
(Overrides ArchiveItem..::..IsEmptyDirectory.)
Public propertySupported by the .NET Compact FrameworkIsEncrypted
Gets a value indicating whether the current ZipItem is encrypted.
(Overrides ArchiveItem..::..IsEncrypted.)
Public propertySupported by the .NET Compact FrameworkIsFile
Gets a value indicating whether the current ZipItem is a file.
(Overrides FileSystemItem..::..IsFile.)
Public propertySupported by the .NET Compact FrameworkIsLink
Gets a value indicating whether the item is a link.
(Overrides ArchiveItem..::..IsLink.)
Public propertySupported by the .NET Compact FrameworkIsRootDirectory
Gets a value indicating whether the current ZipItem is the root directory of the ZIP archive.
(Overrides ArchiveItem..::..IsRootDirectory.)
Public propertySupported by the .NET Compact FrameworkItemType
Gets the type of the current ZipItem.
(Overrides ArchiveItem..::..ItemType.)
Public propertySupported by the .NET Compact FrameworkLastAccessTime
Gets or sets the last access time attribute of the current ZipItem.
(Overrides ArchiveItem..::..LastAccessTime.)
Public propertySupported by the .NET Compact FrameworkLastWriteTime
Gets or sets the last modification time attribute of the current ZipItem.
(Overrides ArchiveItem..::..LastWriteTime.)
Public propertySupported by the .NET Compact FrameworkLength
Gets uncompressed file length.
(Overrides ArchiveItem..::..Length.)
Public propertySupported by the .NET Compact FrameworkLinkTarget
Gets the target of the link.
Public propertySupported by the .NET Compact FrameworkName
Gets the name of the current ZipItem.
(Overrides FileSystemItem..::..Name.)
Public propertySupported by the .NET Compact FrameworkPath
Gets the full path to the current ZipItem (including its name) within the ZIP archive.
(Overrides FileSystemItem..::..Path.)
Public propertySupported by the .NET Compact FrameworkUnixGroupId
Gets the Unix Group ID.
Public propertySupported by the .NET Compact FrameworkUnixOwnerId
Gets the Unix Owner ID.
Public propertySupported by the .NET Compact FrameworkUnixPermissions
Gets the standard Unix st_mode field from struct stat (contains user/group/other permissions, setuid/setgid, file type).

See Also