Nevron.Compression Namespace / DeflaterOutputStream Class / DeflaterOutputStream Constructor / DeflaterOutputStream Constructor(Stream,Deflater)


DeflaterOutputStream Constructor(Stream,Deflater)
Syntax
'Declaration
 
Public Function New( _
   ByVal baseOutputStream As System.IO.Stream, _
   ByVal deflater As Deflater _
)
 
'Usage
 
Dim baseOutputStream As System.IO.Stream
Dim deflater As Deflater
 
Dim instance As New DeflaterOutputStream(baseOutputStream, deflater)

Parameters

baseOutputStream
deflater
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