public interface ICsvWriter extends Closeable, Flushable
Modifier and Type | Method and Description |
---|---|
int |
getLineNumber()
Gets the current position in the file.
|
int |
getRowNumber()
Gets the current row number (i.e.
|
void |
writeHeader(String... header)
Writes the header of the CSV file.
|
int getLineNumber()
int getRowNumber()
void writeHeader(String... header) throws IOException
header
- one or more header StringsNullPointerException
- if header is nullIOException
- if an I/O error occursCopyright © 2007-2012 Super CSV. All Rights Reserved.