Package liquibase.util.csv
Class CSVReader
- java.lang.Object
-
- liquibase.util.csv.CSVReader
-
- All Implemented Interfaces:
AutoCloseable
public class CSVReader extends Object implements AutoCloseable
-
-
Field Summary
Fields Modifier and Type Field Description static charDEFAULT_QUOTE_CHARACTERstatic charDEFAULT_SEPARATOR
-
-
-
Field Detail
-
DEFAULT_SEPARATOR
public static final char DEFAULT_SEPARATOR
- See Also:
- Constant Field Values
-
DEFAULT_QUOTE_CHARACTER
public static final char DEFAULT_QUOTE_CHARACTER
- See Also:
- Constant Field Values
-
-
Method Detail
-
close
public void close() throws Exception- Specified by:
closein interfaceAutoCloseable- Throws:
Exception
-
readNext
public String[] readNext() throws IOException
- Throws:
IOException
-
-