Class CSVParser
java.lang.Object
com.alibaba.fastjson2.support.csv.CSVParser
- All Implemented Interfaces:
Closeable,AutoCloseable
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract booleanisEnd()static CSVParserstatic CSVParserstatic CSVParserstatic CSVParserstatic CSVParserstatic CSVParserstatic CSVParserstatic CSVParserof(InputStream in, Type... types) static CSVParserof(InputStream in, Charset charset, Type... types) static CSVParserstatic CSVParserstatic CSVParserstatic CSVParserfinal String[]readLine()final Object[]protected abstract Object[]readLineValues(boolean strings) <T> TintrowCount()static introwCount(byte[] bytes, CSVParser.Feature... features) static introwCount(char[] chars, CSVParser.Feature... features) static intstatic introwCount(InputStream in) static introwCount(String str, CSVParser.Feature... features)
-
Constructor Details
-
CSVParser
-
-
Method Details
-
of
-
of
-
of
-
of
-
of
- Throws:
IOException
-
of
- Throws:
IOException
-
of
- Throws:
IOException
-
of
- Throws:
IOException
-
of
- Throws:
IOException
-
of
- Throws:
IOException
-
of
-
of
-
of
-
readHeader
-
readLoneObject
public <T> T readLoneObject() -
isEnd
public abstract boolean isEnd() -
readLineValues
-
readLineValues
-
readLine
-
rowCount
-
rowCount
-
rowCount
-
rowCount
- Throws:
IOException
-
rowCount
- Throws:
IOException
-
rowCount
public int rowCount()
-