Table of Contents

Class StreamCopyOptions

Namespace
Cuemon.IO
Assembly
Cuemon.IO.dll

Configuration options that is related to System.IO.Stream copy operations.

public class StreamCopyOptions : DisposableOptions, IParameterObject
Inheritance
Object
StreamCopyOptions
Implements
Derived
Inherited Members

Constructors

StreamCopyOptions()

Initializes a new instance of the StreamCopyOptions class.

public StreamCopyOptions()

Remarks

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

PropertyInitial Value
BufferSize81920

Properties

BufferSize

Gets or sets the size of the buffer.

public int BufferSize { get; set; }

Property Value

Int32

The size of the buffer.

Exceptions

ArgumentOutOfRangeException

value is lower than or equal to 0.