Nevron .NET Vision
Nevron.Compression Namespace / DeflaterOutputStream Class / DeflaterOutputStream Constructor / DeflaterOutputStream Constructor(Stream,ENCompressionLevel)
The output stream where deflated output should be written.


In This Topic
    DeflaterOutputStream Constructor(Stream,ENCompressionLevel)
    In This Topic
    Creates a new DeflaterOutputStream with a default Deflater and default buffer size.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal baseOutputStream As System.IO.Stream, _
       ByVal compressionLevel As ENCompressionLevel _
    )
    'Usage
     
    
    Dim baseOutputStream As System.IO.Stream
    Dim compressionLevel As ENCompressionLevel
     
    Dim instance As New DeflaterOutputStream(baseOutputStream, compressionLevel)
    public DeflaterOutputStream( 
       System.IO.Stream baseOutputStream,
       ENCompressionLevel compressionLevel
    )

    Parameters

    baseOutputStream
    The output stream where deflated output should be written.
    compressionLevel
    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