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


In This Topic
    Compress Method (BZip2)
    In This Topic
    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)
    public static void Compress( 
       System.IO.Stream instream,
       System.IO.Stream outstream,
       System.int 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