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
- IOException
void writeEol() throws IOException
IOException
void flush() throws IOException
IOException
ElementAppendable startQuotedElement() throws IOException
IOException
Appendable startRawElement() throws IOException
IOException
Copyright © 2021 SPF4J. All rights reserved.