System.IO.Compression.DeflateManagedStream.DeflateManagedStream C# (CSharp) Method

DeflateManagedStream() public method

public DeflateManagedStream ( Stream stream, CompressionLevel compressionLevel ) : System.Diagnostics
stream Stream
compressionLevel CompressionLevel
return System.Diagnostics
        public DeflateManagedStream(Stream stream, CompressionLevel compressionLevel) : this(stream, compressionLevel, false)
        {
        }

Same methods

DeflateManagedStream::DeflateManagedStream ( Stream stream, CompressionLevel compressionLevel, bool leaveOpen ) : System.Diagnostics
DeflateManagedStream::DeflateManagedStream ( Stream stream, CompressionMode mode ) : System.Diagnostics
DeflateManagedStream::DeflateManagedStream ( Stream stream, CompressionMode mode, bool leaveOpen ) : System.Diagnostics
DeflateManagedStream::DeflateManagedStream ( Stream stream, ZipArchiveEntry method ) : System.Diagnostics
DeflateManagedStream::DeflateManagedStream ( Stream stream, bool leaveOpen, IFileFormatReader reader ) : System.Diagnostics