Uses of Class
com.univocity.parsers.common.input.AbstractCharInputReader
-
Packages that use AbstractCharInputReader Package Description com.univocity.parsers.common.input com.univocity.parsers.common.input.concurrent -
-
Uses of AbstractCharInputReader in com.univocity.parsers.common.input
Subclasses of AbstractCharInputReader in com.univocity.parsers.common.input Modifier and Type Class Description class
DefaultCharInputReader
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.concurrent Modifier and Type Class Description class
ConcurrentCharInputReader
A concurrent CharInputReader that loads batches of characters in a separate thread and assigns them to buffer inAbstractCharInputReader
when requested.
-