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 TypeClassDescriptionclass
A default CharInputReader which only loads batches of characters when requested by theAbstractCharInputReader
through theDefaultCharInputReader.reloadBuffer()
method. -
Uses of AbstractCharInputReader in com.univocity.parsers.common.input.concurrent
Subclasses of AbstractCharInputReader in com.univocity.parsers.common.input.concurrentModifier and TypeClassDescriptionclass
A concurrent CharInputReader that loads batches of characters in a separate thread and assigns them to buffer inAbstractCharInputReader
when requested.