public class CSVWriter extends Object implements AutoCloseable, Flushable
public CSVWriter(Writer writer)
public void close()
throws Exception
close in interface AutoCloseableExceptionpublic void writeNext(String[] nextLine)
public void flush()
throws IOException
flush in interface FlushableIOExceptionCopyright © 2023 Liquibase.org. All rights reserved.