Uses of Class
com.alibaba.fastjson2.stream.StreamReader.Feature
-
Packages that use StreamReader.Feature Package Description com.alibaba.fastjson2.stream com.alibaba.fastjson2.support.csv -
-
Uses of StreamReader.Feature in com.alibaba.fastjson2.stream
Methods in com.alibaba.fastjson2.stream that return StreamReader.Feature Modifier and Type Method Description static StreamReader.FeatureStreamReader.Feature. valueOf(String name)Returns the enum constant of this type with the specified name.static StreamReader.Feature[]StreamReader.Feature. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of StreamReader.Feature in com.alibaba.fastjson2.support.csv
Methods in com.alibaba.fastjson2.support.csv with parameters of type StreamReader.Feature Modifier and Type Method Description voidCSVReader. config(StreamReader.Feature... features)voidCSVReader. config(StreamReader.Feature feature, boolean state)static intCSVReader. rowCount(byte[] bytes, StreamReader.Feature... features)static intCSVReader. rowCount(char[] chars, StreamReader.Feature... features)static intCSVReader. rowCount(String str, StreamReader.Feature... features)
-