Package | Description |
---|---|
cn.orionsec.kit.office.csv.writer |
Modifier and Type | Method and Description |
---|---|
static <T> CsvLambdaWriter<T> |
CsvLambdaWriter.create(CsvWriter writer) |
static <T> CsvLambdaWriter<T> |
CsvLambdaWriter.create(File file) |
static <T> CsvLambdaWriter<T> |
CsvLambdaWriter.create(OutputStream out) |
static <T> CsvLambdaWriter<T> |
CsvLambdaWriter.create(String file) |
static <T> CsvLambdaWriter<T> |
CsvLambdaWriter.create(Writer writer) |
Copyright © 2024. All rights reserved.