com.feinik.csv.context.CsvContext Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of easycsv Show documentation
Show all versions of easycsv Show documentation
easycsv is a excel handle tools written in Java
The newest version!
package com.feinik.csv.context;
import com.csvreader.CsvReader;
import com.csvreader.CsvWriter;
/**
* Use init handle CsvWriter or CsvReader
*
* @author Feinik
*/
public interface CsvContext {
void initWriter(CsvWriter writer);
void initReader(CsvReader reader);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy