Ionic Zip Library v1.9.1.6
ParallelDeflateOutputStream Constructor
Reference ► Ionic.Zlib ► ParallelDeflateOutputStream ► ParallelDeflateOutputStream()()()()
Members
Icon | Member | Description |
---|---|---|
ParallelDeflateOutputStream(Stream) |
Create a ParallelDeflateOutputStream.
|
|
ParallelDeflateOutputStream(Stream, CompressionLevel) |
Create a ParallelDeflateOutputStream using the specified CompressionLevel.
|
|
ParallelDeflateOutputStream(Stream, Boolean) |
Create a ParallelDeflateOutputStream and specify whether to leave the captive stream open
when the ParallelDeflateOutputStream is closed.
|
|
ParallelDeflateOutputStream(Stream, CompressionLevel, Boolean) |
Create a ParallelDeflateOutputStream and specify whether to leave the captive stream open
when the ParallelDeflateOutputStream is closed.
|
|
ParallelDeflateOutputStream(Stream, CompressionLevel, CompressionStrategy, Boolean) |
Create a ParallelDeflateOutputStream using the specified
CompressionLevel and CompressionStrategy, and specifying whether to
leave the captive stream open when the ParallelDeflateOutputStream is
closed.
|