Table of Contents

Class BufferWriterOptions

Namespace
Cuemon.IO
Assembly
Cuemon.IO.dll

Configuration options for System.Buffers.IBufferWriter`1.

public class BufferWriterOptions : StreamEncodingOptions, IParameterObject, IEncodingOptions
Inheritance
Object
BufferWriterOptions
Implements
Inherited Members

Constructors

BufferWriterOptions()

Initializes a new instance of the BufferWriterOptions class.

public BufferWriterOptions()

Remarks

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

PropertyInitial Value
BufferSize256
PreambleKeep
EncodingDefaultEncoding

Properties

BufferSize

Gets or sets the minimum capacity with which to initialize the underlying buffer.

public int BufferSize { get; set; }

Property Value

Int32

The initial size of the buffer in System.Buffers.IBufferWriter`1.