Class CsvParser

All Implemented Interfaces:
Closeable, Serializable, AutoCloseable, Iterator<CsvRow>

public final class CsvParser extends ComputeIterator<CsvRow> implements Closeable, Serializable
CSV行解析器,参考:FastCSV
Since:
Java 17+
Author:
Kimi Liu
See Also: