Uses of Interface
com.univocity.parsers.common.input.CharInputReader

Packages that use CharInputReader
com.univocity.parsers.common   
com.univocity.parsers.common.input   
com.univocity.parsers.common.input.concurrent   
 

Uses of CharInputReader in com.univocity.parsers.common
 

Fields in com.univocity.parsers.common declared as CharInputReader
protected  CharInputReader AbstractParser.input
           
 

Methods in com.univocity.parsers.common that return CharInputReader
protected  CharInputReader CommonParserSettings.newCharInputReader(int whitespaceRangeStart)
          An implementation of CharInputReader which loads the parser buffer in parallel or sequentially, as defined by the readInputOnSeparateThread property
 

Uses of CharInputReader in com.univocity.parsers.common.input
 

Classes in com.univocity.parsers.common.input that implement CharInputReader
 class AbstractCharInputReader
          The base class for implementing different flavours of CharInputReader.
 class DefaultCharInputReader
          A default CharInputReader which only loads batches of characters when requested by the AbstractCharInputReader through the DefaultCharInputReader.reloadBuffer() method.
 class LookaheadCharInputReader
          A special implementation of CharInputReader that wraps another CharInputReader and collects a sequence of characters from the wrapped input, in order to analyze what the buffer contains ahead of the current position.
 

Constructors in com.univocity.parsers.common.input with parameters of type CharInputReader
LookaheadCharInputReader(CharInputReader reader, char newLine, int whitespaceRangeStart)
          Creates a lookahead input reader by wrapping a given CharInputReader implementation
 

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

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



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