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


In This Topic
    GZippedFile Class
    In This Topic
    Specialization of the Xceed.FileSystem.AbstractFile class that implements access to a file stored within a gzip file.
    Syntax
    'Declaration
     
    Public NotInheritable Class GZippedFile 
       Inherits Xceed.FileSystem.AbstractFile
    'Usage
     
    Dim instance As GZippedFile
    public sealed class GZippedFile : Xceed.FileSystem.AbstractFile 
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          Xceed.FileSystem.FileSystemItem
             Xceed.FileSystem.AbstractFile
                Xceed.GZip.GZippedFile

    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