public class CSVReader extends Object implements AutoCloseable
| Modifier and Type | Field and Description |
|---|---|
static char |
DEFAULT_QUOTE_CHARACTER |
static char |
DEFAULT_SEPARATOR |
public static final char DEFAULT_SEPARATOR
public static final char DEFAULT_QUOTE_CHARACTER
public CSVReader(Reader reader)
public CSVReader(Reader reader, char separator, char quotchar)
public void close()
throws Exception
close in interface AutoCloseableExceptionpublic String[] readNext() throws IOException
IOExceptionCopyright © 2022 Liquibase.org. All rights reserved.