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 classDefaultCharInputReaderA 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.concurrent Modifier and Type Class Description classConcurrentCharInputReaderA concurrent CharInputReader that loads batches of characters in a separate thread and assigns them to buffer inAbstractCharInputReaderwhen requested.
-