| Package | Description |
|---|---|
| com.github.jferard.javamcsv | |
| com.github.jferard.javamcsv.tool |
| Modifier and Type | Field and Description |
|---|---|
static MetaCSVData |
MetaCSVData.DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
MetaCSVData |
MetaCSVDataBuilder.build() |
MetaCSVData |
MetaCSVParser.parse() |
| Modifier and Type | Method and Description |
|---|---|
static MetaCSVWriter |
MetaCSVWriter.create(File csvFile,
File metaCSVFile,
MetaCSVData data) |
static MetaCSVWriter |
MetaCSVWriter.create(File csvFile,
MetaCSVData data) |
static MetaCSVWriter |
MetaCSVWriter.create(OutputStream out,
MetaCSVData data) |
static MetaCSVWriter |
MetaCSVWriter.create(OutputStream out,
OutputStream metaOut,
MetaCSVData data) |
static org.apache.commons.csv.CSVFormat |
CSVFormatHelper.getCSVFormat(MetaCSVData data) |
void |
MetaCSVRenderer.render(MetaCSVData data) |
| Constructor and Description |
|---|
MetaCSVReaderFactory(MetaCSVData data,
Reader reader) |
| Modifier and Type | Method and Description |
|---|---|
MetaCSVData |
ResultSetMetaCSVWriter.getMetaCSVData(MetaCSVDataBuilder dataBuilder) |
Copyright © 2020–2021. All rights reserved.