Uses of Class
com.alibaba.fastjson2.stream.JSONStreamReader
-
Packages that use JSONStreamReader Package Description com.alibaba.fastjson2.stream -
-
Uses of JSONStreamReader in com.alibaba.fastjson2.stream
Subclasses of JSONStreamReader in com.alibaba.fastjson2.stream Modifier and Type Class Description classJSONStreamReaderUTF16<T>Methods in com.alibaba.fastjson2.stream that return JSONStreamReader Modifier and Type Method Description static JSONStreamReaderJSONStreamReader. of(File file)static JSONStreamReaderJSONStreamReader. of(InputStream in)static JSONStreamReaderJSONStreamReader. of(InputStream in, Class objectClass)static JSONStreamReaderJSONStreamReader. of(InputStream in, Type... types)static JSONStreamReaderJSONStreamReader. of(InputStream in, Charset charset, Class objectClass)static JSONStreamReaderJSONStreamReader. of(InputStream in, Charset charset, Type... types)
-