public interface CsvWriter
| Modifier and Type | Method and Description |
|---|---|
void |
flush()
This will flush to underlying destination.
|
ElementAppendable |
startQuotedElement() |
Appendable |
startRawElement() |
void |
writeElement(CharSequence cs)
Will start a element, and write it.
|
void |
writeEol()
should be called when writing a row is done.
|
void writeElement(CharSequence cs) throws IOException
cs - IOExceptionvoid writeEol()
throws IOException
IOExceptionvoid flush()
throws IOException
IOExceptionElementAppendable startQuotedElement() throws IOException
IOExceptionAppendable startRawElement() throws IOException
IOExceptionCopyright © 2021 SPF4J. All rights reserved.