Xceed .NET Libraries Documentation
Xceed.BZip2 Assembly / Xceed.BZip2 Namespace / BZip2File Class / BZip2File Constructor / BZip2File Constructor(AbstractFile,Nullable<CompressionLevel>)


In This Topic
    BZip2File Constructor(AbstractFile,Nullable<CompressionLevel>)
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal hostFile As AbstractFile, _
       ByVal level As Nullable(Of CompressionLevel) _
    )
    'Usage
     
    Dim hostFile As AbstractFile
    Dim level As Nullable(Of CompressionLevel)
     
    Dim instance As New BZip2File(hostFile, level)
    public BZip2File( 
       AbstractFile hostFile,
       Nullable<CompressionLevel> level
    )

    Parameters

    hostFile
    level
    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