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


In This Topic
    GZippedFolder Class
    In This Topic
    Specialization of the Xceed.FileSystem.AbstractFolder class that implements access to a folder stored in a GZip file.
    Syntax
    'Declaration
     
    Public Class GZippedFolder 
       Inherits Xceed.FileSystem.AbstractFolder
    'Usage
     
    Dim instance As GZippedFolder
    public class GZippedFolder : Xceed.FileSystem.AbstractFolder 
    Remarks

    Because a GZip archive cannot contain subfolders, you cannot create a direct instance of a GZippedFolder. Instead, create a new GZipArchive, which derives from GZippedFolder and represents the root folder.

    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