Nevron.Compression Namespace / BZip2 Class / Compress Method


Compress Method (BZip2)
Syntax
'Declaration
 
Public Shared Sub Compress( _
   ByVal instream As System.IO.Stream, _
   ByVal outstream As System.IO.Stream, _
   ByVal blockSize As System.Integer _
) 
 
'Usage
 
Dim instream As System.IO.Stream
Dim outstream As System.IO.Stream
Dim blockSize As System.Integer
 
BZip2.Compress(instream, outstream, blockSize)

Parameters

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