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