| 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.TextValue | |
| CsvParserBootstrapper |
This class is used to determine the encoding of byte stream
that is to contain CSV document.
|
| CsvReader |
Low-level helper class that handles actual reading of CSV,
purely based on indexes given without worrying about reordering etc.
|
| CsvWriter |
Low-level helper class that handles actual output of CSV, purely
based on indexes given without worrying about reordering etc.
|
| 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 © 2012-2013 FasterXML. All Rights Reserved.