'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