public final class CsvWriter extends java.lang.Object implements TableWriter
CsvRow.| Constructor and Description |
|---|
CsvWriter() |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes a writer, which means the table is complete now.
|
long |
getBytes()
Note that the bytes written should take compression and encoding into consideration.
|
int |
getRows() |
void |
write(TableRow row)
Writes a row.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreate, createpublic void write(TableRow row) throws java.io.IOException
TableWriterwrite in interface TableWriterrow - a rowjava.io.IOException - when write failspublic void close()
throws java.io.IOException
TableWriterclose in interface TableWriterclose in interface java.io.Closeableclose in interface java.lang.AutoCloseablejava.io.IOException - when failing to close the underlying output streampublic int getRows()
getRows in interface TableWriterpublic long getBytes()
TableWritergetBytes in interface TableWriterCopyright © 2022. All Rights Reserved.