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 AutoCloseable
Exception
public String[] readNext() throws IOException
IOException
Copyright © 2023 Liquibase.org. All rights reserved.