Package liquibase.util.csv
Class CSVWriter
- java.lang.Object
-
- liquibase.util.csv.CSVWriter
-
- All Implemented Interfaces:
Flushable,AutoCloseable
public class CSVWriter extends Object implements AutoCloseable, Flushable
-
-
Constructor Detail
-
CSVWriter
public CSVWriter(Writer writer)
-
-
Method Detail
-
close
public void close() throws Exception- Specified by:
closein interfaceAutoCloseable- Throws:
Exception
-
writeNext
public void writeNext(String[] nextLine)
-
flush
public void flush() throws IOException- Specified by:
flushin interfaceFlushable- Throws:
IOException
-
-