Table of Contents

Namespace FlameCsv.IO

Classes

CsvBufferReader

Static class that can be used to create ICsvBufferReader<T> instances.

Structs

CsvIOOptions

Represents options for configuring ICsvBufferReader<T> and ICsvBufferWriter<T>.

CsvReadResult<T>

Represents the result of a read operation from a ICsvBufferReader<T>.

Interfaces

IBufferPool

Pool for renting buffers for IO operations, unescaping values, and other temporary use.

ICsvBufferReader<T>

Buffer reader interface for reading CSV data.

ICsvBufferWriter<T>

Buffer writer interface for writing CSV data.