Ionic Zip Library v1.9.1.6
ParallelBZip2OutputStream Constructor
Reference ► Ionic.BZip2 ► ParallelBZip2OutputStream ► ParallelBZip2OutputStream()()()()
Members
Icon | Member | Description |
---|---|---|
ParallelBZip2OutputStream(Stream) |
Constructs a new ParallelBZip2OutputStream, that sends its
compressed output to the given output stream.
|
|
ParallelBZip2OutputStream(Stream, Int32) |
Constructs a new ParallelBZip2OutputStream with specified blocksize.
|
|
ParallelBZip2OutputStream(Stream, Boolean) |
Constructs a new ParallelBZip2OutputStream.
|
|
ParallelBZip2OutputStream(Stream, Int32, Boolean) |
Constructs a new ParallelBZip2OutputStream with specified blocksize,
and explicitly specifies whether to leave the wrapped stream open.
|