Nevron.Compression Namespace / BZip2 Class / Decompress Method


Decompress Method (BZip2)
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)

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