Table of Contents

Class StreamReaderOptions

Namespace
Cuemon.IO
Assembly
Cuemon.IO.dll

Configuration options for System.IO.StreamReader.

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

Constructors

StreamReaderOptions()

Initializes a new instance of the StreamReaderOptions class.

public StreamReaderOptions()

Remarks

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

PropertyInitial Value
PreambleDefaultPreambleSequence
EncodingDefaultEncoding
BufferSize81920

Properties

BufferSize

Gets or sets the minimum size of the buffer.

public int BufferSize { get; set; }

Property Value

Int32

The minimum size of the buffer.