| Interface | Description |
|---|---|
| ICodec<T> |
An
ICodec lets you stream continuously some data (text) stream, and
truncate the data using some delimiting strategy. |
| Class | Description |
|---|---|
| JsonArrayCodec |
A simple Json streaming codec to detect the top level array elements.
|
| JsonArrayCodecBuilder |
Use this class to build a codec JsonArray.
|
| LineCodec |
A simple codec to read and return each line.
|
| LineCodecBuilder |
Use this class to build a codec Line.
|
| MultilineCodec |
Read multiline inputs based on a regex pattern.
|
| MultilineCodecBuilder |
Use this class to build a codec streamer.
|
| StreamingJsonParser |
Utility class that exposes a streaming json method to deal with huge
files.
|
| XmlCodec |
A simple XML streaming codec to detect the top level array elements.
|
| XmlCodecBuilder |
Use this class to build a codec XML.
|
| Enum | Description |
|---|---|
| ECodec |
The basic codecs you can plug in when reading data.
|
Copyright © 2023. All rights reserved.