Xceed .NET Libraries Documentation
GZipArchive Class
Members 


Xceed.GZip Assembly > Xceed.GZip Namespace : GZipArchive Class
Specialization of the GZippedFolder class that represents the root folder in a gzip file, i.e., the gzip file itself. Since a gzip file cannot contain subfolders, this is the only type of folder you can get out of a gzip archive.
Syntax
'Declaration
 
Public Class GZipArchive 
   Inherits GZippedFolder
   Implements Xceed.FileSystem.IBatchUpdateable 
'Usage
 
Dim instance As GZipArchive
public class GZipArchive : GZippedFolder, Xceed.FileSystem.IBatchUpdateable  
Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      Xceed.FileSystem.FileSystemItem
         Xceed.FileSystem.AbstractFolder
            Xceed.GZip.GZippedFolder
               Xceed.GZip.GZipArchive

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GZipArchive Members
Xceed.GZip Namespace