Xceed .NET Libraries Documentation
Xceed.GZip Assembly / Xceed.GZip Namespace / GZipArchive Class
Members


In This Topic
    GZipArchive Class
    In This Topic
    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
    'Usage
     
    Dim instance As GZipArchive
    public class GZipArchive : GZippedFolder 
    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