Class | Description |
---|---|
BufferedValue |
Helper class used for holding values for a while until output
can proceed in expected order.
|
BufferedValue.BooleanValue | |
BufferedValue.DoubleValue | |
BufferedValue.IntValue | |
BufferedValue.LongValue | |
BufferedValue.NullValue | |
BufferedValue.RawValue | |
BufferedValue.TextValue | |
CsvDecoder |
Low-level helper class that handles actual reading of CSV,
purely based on indexes given without worrying about reordering etc.
|
CsvEncoder |
Helper class that handles actual low-level construction of
CSV output, based only on indexes given without worrying about reordering,
or binding from logical properties.
|
CsvIOContext | |
CsvParserBootstrapper |
This class is used to determine the encoding of byte stream
that is to contain CSV document.
|
LRUMap<K,V> |
Helper for simple bounded LRU maps used for reusing lookup values.
|
NumberInput | |
NumberOutput |
Helper class for efficient writing of numeric values
|
TextBuffer |
Helper class for efficiently aggregating parsed and decoded
textual content
|
UTF8Reader |
Optimized Reader that reads UTF-8 encoded content from an input stream.
|
UTF8Writer |
Efficient UTF-8 backed writer.
|
Copyright © 2016 FasterXML. All rights reserved.