Uses of Interface
com.univocity.parsers.common.input.InputAnalysisProcess
-
Packages that use InputAnalysisProcess Package Description com.univocity.parsers.common com.univocity.parsers.common.input com.univocity.parsers.csv -
-
Uses of InputAnalysisProcess in com.univocity.parsers.common
Methods in com.univocity.parsers.common that return InputAnalysisProcess Modifier and Type Method Description protected InputAnalysisProcess
AbstractParser. getInputAnalysisProcess()
Allows the parser implementation to traverse the input buffer before the parsing process starts, in order to enable automatic configuration and discovery of data formats. -
Uses of InputAnalysisProcess in com.univocity.parsers.common.input
Classes in com.univocity.parsers.common.input that implement InputAnalysisProcess Modifier and Type Class Description (package private) class
LineSeparatorDetector
AnInputAnalysisProcess
to detect the line separators used in the input.Fields in com.univocity.parsers.common.input with type parameters of type InputAnalysisProcess Modifier and Type Field Description private java.util.List<InputAnalysisProcess>
AbstractCharInputReader. inputAnalysisProcesses
Methods in com.univocity.parsers.common.input with parameters of type InputAnalysisProcess Modifier and Type Method Description void
AbstractCharInputReader. addInputAnalysisProcess(InputAnalysisProcess inputAnalysisProcess)
Submits a customInputAnalysisProcess
to analyze the input buffer and potentially discover configuration options such as column separators is CSV, data formats, etc. -
Uses of InputAnalysisProcess in com.univocity.parsers.csv
Classes in com.univocity.parsers.csv that implement InputAnalysisProcess Modifier and Type Class Description (package private) class
CsvFormatDetector
AnInputAnalysisProcess
to detect column delimiters, quotes and quote escapes in a CSV input.Methods in com.univocity.parsers.csv that return InputAnalysisProcess Modifier and Type Method Description protected InputAnalysisProcess
CsvParser. getInputAnalysisProcess()
-