| 程序包 | 说明 |
|---|---|
| com.jn.langx.text.csv |
| 限定符和类型 | 方法和说明 |
|---|---|
CsvParser |
CsvRecord.getParser()
Returns the parser.
|
static CsvParser |
CsvParser.parse(File file,
Charset charset,
CsvFormat format)
Creates a parser for the given
File. |
static CsvParser |
CsvParser.parse(InputStream inputStream,
Charset charset,
CsvFormat format)
Creates a CSV parser using the given
CsvFormat. |
CsvParser |
CsvFormat.parse(Reader in)
Parses the specified content.
|
static CsvParser |
CsvParser.parse(Reader reader,
CsvFormat format)
|
static CsvParser |
CsvParser.parse(String string,
CsvFormat format)
Creates a parser for the given
String. |
static CsvParser |
CsvParser.parse(URL url,
Charset charset,
CsvFormat format)
Creates a parser for the given URL.
|
Copyright © 2020. All rights reserved.