PowerTCP Zip Compression for .NET
ArchiveItem Class
Members 




Represents an individual item inside an Archive.
Object Model
ArchiveItem Class
Syntax
Public Class ArchiveItem 
Dim instance As ArchiveItem
public class ArchiveItem 
public __gc class ArchiveItem 
public ref class ArchiveItem 
Remarks

This class enables an application to access and manipulate the data of an individual file within an archive. It also provides support for data decompression at the file level.

Changing any ArchiveItem property will not impact the source. Changes only have impact on the destination. For example, changing ArchiveItem.Name will not change the name of the original source file, but after a zip operation the file will be archived with the name specified in the ArchiveItem.Name property.

A directory is represented as an ArchiveItem, but with 0 length and an attribute of Directory. The directory will also not have any value for Name.

Inheritance Hierarchy

System.Object
   Dart.PowerTCP.Zip.ArchiveItem

See Also

Reference

ArchiveItem Members
Dart.PowerTCP.Zip Namespace


PowerTCP Zip for .NET Documentation Version 2.1.1
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic