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


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

Parameters

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