Class StreamReaderOptions
- Namespace
- Cuemon.IO
- Assembly
- Cuemon.IO.dll
Configuration options for StreamReader.
public class StreamReaderOptions : StreamEncodingOptions, IParameterObject, IEncodingOptions
- Inheritance
-
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.
Property | Initial Value |
---|---|
Preamble | DefaultPreambleSequence |
Encoding | DefaultEncoding |
BufferSize | 81920 |
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.