Package com.fasterxml.jackson.dataformat.csv.impl
package com.fasterxml.jackson.dataformat.csv.impl
-
ClassesClassDescriptionHelper class used for holding values for a while until output can proceed in expected order.Low-level helper class that handles actual reading of CSV, purely based on indexes given without worrying about reordering etc.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.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.Intermediate base context; for 2.x copied within CSV format codebase, in 3.0 will be part ofjackson-core
Optimized Reader that reads UTF-8 encoded content from an input stream.Efficient UTF-8 backed writer.