public class CSVWriter extends Object implements AutoCloseable
| Constructor and Description |
|---|
CSVWriter(OutputStream outputStream,
int lineLength) |
CSVWriter(OutputStream outputStream,
String... headers) |
public CSVWriter(OutputStream outputStream, String... headers) throws IOException, CSVParseException
IOExceptionCSVParseExceptionpublic CSVWriter(OutputStream outputStream, int lineLength)
public void write(String... fields) throws IOException, CSVParseException
IOExceptionCSVParseExceptionpublic void close()
throws IOException
close in interface AutoCloseableIOExceptionCopyright © 2019. All rights reserved.