public class CSVWriter extends Object
| Modifier and Type | Field and Description |
|---|---|
static char |
DEFAULT_SEPARATOR |
| Constructor and Description |
|---|
CSVWriter(File tempFile)
Instantiates a new CSV writer.
|
| Modifier and Type | Method and Description |
|---|---|
void |
closeWriter()
Close writer.
|
PrintWriter |
getReportPrintWriter() |
File |
getTempFile() |
void |
writeCSVLine(String newline)
Write csv line.
|
public static final char DEFAULT_SEPARATOR
public CSVWriter(File tempFile) throws IOException
tempFile - the temp fileIOException - Signals that an I/O exception has occurred.public void writeCSVLine(String newline)
newline - the newlinepublic void closeWriter()
public PrintWriter getReportPrintWriter()
public File getTempFile()
Copyright © 2020. All Rights Reserved.