Nevron .NET Vision
Nevron.Compression Namespace / BZip2 Class / Decompress Method


In This Topic
    Decompress Method (BZip2)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Sub Decompress( _
       ByVal instream As System.IO.Stream, _
       ByVal outstream As System.IO.Stream _
    ) 
    'Usage
     
    
    Dim instream As System.IO.Stream
    Dim outstream As System.IO.Stream
     
    BZip2.Decompress(instream, outstream)
    public static void Decompress( 
       System.IO.Stream instream,
       System.IO.Stream outstream
    )

    Parameters

    instream
    outstream
    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