Xceed .NET Libraries Documentation
Xceed.BZip2 Assembly / Xceed.BZip2 Namespace / BZip2File Class
Members


In This Topic
    BZip2File Class
    In This Topic
    Specialization of the Xceed.FileSystem.AbstractFile class that implements access to a file compressed with the BZip2 compression algorithm and format..
    Syntax
    'Declaration
     
    Public Class BZip2File 
       Inherits Xceed.FileSystem.AbstractFileMetadataWrapper
    'Usage
     
    Dim instance As BZip2File
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          Xceed.FileSystem.FileSystemItem
             Xceed.FileSystem.AbstractFile
                Xceed.FileSystem.AbstractFileMetadataWrapper
                   Xceed.BZip2.BZip2File

    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