Package com.alibaba.fastjson2.stream
Class JSONStreamReaderUTF16<T>
- java.lang.Object
-
- com.alibaba.fastjson2.stream.StreamReader<T>
-
- com.alibaba.fastjson2.stream.JSONStreamReader<T>
-
- com.alibaba.fastjson2.stream.JSONStreamReaderUTF16<T>
-
public class JSONStreamReaderUTF16<T> extends JSONStreamReader<T>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.alibaba.fastjson2.stream.StreamReader
StreamReader.ColumnStat, StreamReader.Feature, StreamReader.StreamReaderSpliterator<T>
-
-
Field Summary
-
Fields inherited from class com.alibaba.fastjson2.stream.JSONStreamReader
objectReader
-
Fields inherited from class com.alibaba.fastjson2.stream.StreamReader
columns, columnStats, columnStatsMap, end, errorCount, features, fieldReaders, inputEnd, lineEnd, lineNextStart, lineSize, lineStart, lineTerminated, mapping, objectCreator, off, rowCount, SIZE_512K, typeReaders, types
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> TreadLineObject()protected booleanseekLine()-
Methods inherited from class com.alibaba.fastjson2.stream.JSONStreamReader
getColumnStat, of, of, of, of, of, of, stat, statAll, statLine
-
Methods inherited from class com.alibaba.fastjson2.stream.StreamReader
stream, stream
-
-
-
-
Method Detail
-
seekLine
protected boolean seekLine() throws IOException- Specified by:
seekLinein classStreamReader<T>- Throws:
IOException
-
readLineObject
public <T> T readLineObject()
- Specified by:
readLineObjectin classStreamReader<T>
-
-