DeflaterOutputStream Constructor

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class Library

DeflaterOutputStream Constructor

Creates a new DeflaterOutputStream with a default Deflater and default buffer size.

Overload List

Creates a new DeflaterOutputStream with a default Deflater and default buffer size.

public DeflaterOutputStream(Stream);

Creates a new DeflaterOutputStream with the given Deflater and default buffer size.

public DeflaterOutputStream(Stream,Deflater);

Creates a new DeflaterOutputStream with the given Deflater and buffer size.

public DeflaterOutputStream(Stream,Deflater,int);

See Also

DeflaterOutputStream Class | ICSharpCode.SharpZipLib.Zip.Compression.Streams Namespace