BZip2OutputStream Constructor

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class Library

BZip2OutputStream Constructor

Construct a default output stream with maximum block size

Overload List

Construct a default output stream with maximum block size

public BZip2OutputStream(Stream);

Initialise a new instance of the BZip2OutputStream for the specified stream, using the given blocksize.

public BZip2OutputStream(Stream,int);

See Also

BZip2OutputStream Class | ICSharpCode.SharpZipLib.BZip2 Namespace