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


In This Topic
    DeflaterOutputStream Constructor(Stream)
    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 _
    )
    'Usage
     
    
    Dim baseOutputStream As System.IO.Stream
     
    Dim instance As New DeflaterOutputStream(baseOutputStream)
    public DeflaterOutputStream( 
       System.IO.Stream baseOutputStream
    )

    Parameters

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