public class CsvWriter extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CsvWriter.DSL |
| Constructor and Description |
|---|
CsvWriter(CellWriter cellWriter,
Appendable appendable) |
| Modifier and Type | Method and Description |
|---|---|
CsvWriter |
appendCell(char[] chars) |
CsvWriter |
appendCell(char[] chars,
int start,
int end) |
CsvWriter |
appendCell(CharSequence charSequence) |
CsvWriter |
appendCell(CharSequence charSequence,
int start,
int end) |
CsvWriter |
appendRow(CharSequence... values) |
CsvWriter |
appendRow(Iterable<? extends CharSequence> values) |
static CsvWriter.DSL |
dsl() |
CsvWriter |
endOfRow() |
public CsvWriter(CellWriter cellWriter, Appendable appendable)
public final CsvWriter appendCell(CharSequence charSequence) throws IOException
IOExceptionpublic final CsvWriter appendCell(CharSequence charSequence, int start, int end) throws IOException
IOExceptionpublic final CsvWriter appendCell(char[] chars) throws IOException
IOExceptionpublic final CsvWriter appendCell(char[] chars, int start, int end) throws IOException
IOExceptionpublic final CsvWriter endOfRow() throws IOException
IOExceptionpublic final CsvWriter appendRow(CharSequence... values) throws IOException
IOExceptionpublic final CsvWriter appendRow(Iterable<? extends CharSequence> values) throws IOException
IOExceptionpublic static CsvWriter.DSL dsl()
Copyright © 2020. All rights reserved.