Uses of Class
com.univocity.parsers.common.input.AbstractCharInputReader
Packages that use AbstractCharInputReader
Package
Description
-
Uses of AbstractCharInputReader in com.univocity.parsers.common.input
Subclasses of AbstractCharInputReader in com.univocity.parsers.common.inputModifier and TypeClassDescriptionclassA default CharInputReader which only loads batches of characters when requested by theAbstractCharInputReaderthrough theDefaultCharInputReader.reloadBuffer()method. -
Uses of AbstractCharInputReader in com.univocity.parsers.common.input.concurrent
Subclasses of AbstractCharInputReader in com.univocity.parsers.common.input.concurrentModifier and TypeClassDescriptionclassA concurrent CharInputReader that loads batches of characters in a separate thread and assigns them to buffer inAbstractCharInputReaderwhen requested.