Package org.aoju.bus.core.text.csv
Interface CsvHandler
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
CSV的行处理器,实现此接口用于按照行处理数据
- Since:
- Java 17+
- Author:
- Kimi Liu
-
Method Summary
-
Method Details
-
handle
处理行数据- Parameters:
row- 行数据
-