Uses of Interface
com.univocity.parsers.common.input.CharInputReader
Packages that use CharInputReader
Package
Description
-
Uses of CharInputReader in com.univocity.parsers.common
Fields in com.univocity.parsers.common declared as CharInputReaderMethods in com.univocity.parsers.common that return CharInputReaderModifier and TypeMethodDescriptionprotected CharInputReaderCommonParserSettings.newCharInputReader(int whitespaceRangeStart) An implementation ofCharInputReaderwhich loads the parser buffer in parallel or sequentially, as defined by the readInputOnSeparateThread property -
Uses of CharInputReader in com.univocity.parsers.common.input
Classes in com.univocity.parsers.common.input that implement CharInputReaderModifier and TypeClassDescriptionclassThe base class for implementing different flavours ofCharInputReader.classA default CharInputReader which only loads batches of characters when requested by theAbstractCharInputReaderthrough theDefaultCharInputReader.reloadBuffer()method.classA special implementation ofCharInputReaderthat wraps anotherCharInputReaderand collects a sequence of characters from the wrapped input, in order to analyze what the buffer contains ahead of the current position.Constructors in com.univocity.parsers.common.input with parameters of type CharInputReaderModifierConstructorDescriptionLookaheadCharInputReader(CharInputReader reader, char newLine, int whitespaceRangeStart) Creates a lookahead input reader by wrapping a givenCharInputReaderimplementation -
Uses of CharInputReader in com.univocity.parsers.common.input.concurrent
Classes in com.univocity.parsers.common.input.concurrent that implement CharInputReaderModifier and TypeClassDescriptionclassA concurrent CharInputReader that loads batches of characters in a separate thread and assigns them to buffer inAbstractCharInputReaderwhen requested.