Initialise a new instance of the BZip2OutputStream for the specified stream, using the given blocksize.
Parameters
- stream
- The stream to write compressed data to.
- blockSize
- The block size to use.
Remarks
Valid block sizes are in the range 1..9, with 1 giving the lowest compression and 9 the highest.
See Also
BZip2OutputStream Class | ICSharpCode.SharpZipLib.BZip2 Namespace | BZip2OutputStream Constructor Overload List