Ionic Zip Library v1.9.1.6
ParallelDeflateOutputStream Constructor (stream, level)
Reference ► Ionic.Zlib ► ParallelDeflateOutputStream ► ParallelDeflateOutputStream(Stream, CompressionLevel)
Create a ParallelDeflateOutputStream using the specified CompressionLevel.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public ParallelDeflateOutputStream( Stream stream, CompressionLevel level )
Public Sub New ( _ stream As Stream, _ level As CompressionLevel _ )
public: ParallelDeflateOutputStream( Stream^ stream, CompressionLevel level )
Parameters
- stream (Stream)
- The stream to which compressed data will be written.
- level (CompressionLevel)
- A tuning knob to trade speed for effectiveness.
Remarks
See the ParallelDeflateOutputStream(Stream)
constructor for example code.