Table of Contents

Class AsyncStreamCompressionOptions

Namespace
Cuemon.IO
Assembly
Cuemon.IO.dll

Configuration options for compressed System.IO.Stream.

public class AsyncStreamCompressionOptions : AsyncStreamCopyOptions, IAsyncOptions, IParameterObject
Inheritance
Object
AsyncStreamCompressionOptions
Implements
Inherited Members

Constructors

AsyncStreamCompressionOptions()

Initializes a new instance of the AsyncStreamCompressionOptions class.

public AsyncStreamCompressionOptions()

Remarks

The following table shows the initial property values for an instance of AsyncStreamCompressionOptions.

PropertyInitial Value
LevelSystem.IO.Compression.CompressionLevel.Optimal

Properties

Level

Gets or sets the enumeration values that indicates whether to emphasize speed or compression efficiency when compressing the stream.

public CompressionLevel Level { get; set; }

Property Value

CompressionLevel

The level of the compression.