public abstract class AbstractCsvExporter<T> extends AbstractDataExporter<T>
| 限定符和类型 | 字段和说明 |
|---|---|
protected Appendable |
csv |
AWAIT_TIME_MILLISNO_RESULT_TIP| 构造器和说明 |
|---|
AbstractCsvExporter(Appendable csv) |
AbstractCsvExporter(Appendable csv,
char csvSeparator) |
| 限定符和类型 | 方法和说明 |
|---|---|
<E> void |
build(Table<E> table)
构建表格
|
static String |
escapeCsv(String text) |
static String |
escapeCsv(String text,
char separator) |
close, getLeafThead, getName, isEmpty, nonEmpty, rollingTbody, setNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexportprotected final Appendable csv
public AbstractCsvExporter(Appendable csv)
public AbstractCsvExporter(Appendable csv, char csvSeparator)
Copyright © 2023. All rights reserved.