Uses of Class
com.univocity.parsers.common.input.AbstractCharInputReader

Packages that use AbstractCharInputReader
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
 class DefaultCharInputReader
          A default CharInputReader which only loads batches of characters when requested by the AbstractCharInputReader through the DefaultCharInputReader.reloadBuffer() method.
 

Uses of AbstractCharInputReader in com.univocity.parsers.common.input.concurrent
 

Subclasses of AbstractCharInputReader in com.univocity.parsers.common.input.concurrent
 class ConcurrentCharInputReader
          A concurrent CharInputReader that loads batches of characters in a separate thread and assigns them to buffer in AbstractCharInputReader when requested.
 



Copyright © 2018 uniVocity Software Pty Ltd. All rights reserved.