Package com.univocity.parsers.common.input

Interface Summary
CharAppender The general interface for classes responsible for appending characters efficiently while handling whitespaces and padding characters.
CharInputReader The definition of a character input reader used by all uniVocity-parsers that extend AbstractParser.
InputAnalysisProcess A process to be executed over a sample of data being parsed.
 

Class Summary
AbstractCharInputReader The base class for implementing different flavours of CharInputReader.
DefaultCharAppender Default implementation of the CharAppender interface
DefaultCharInputReader A default CharInputReader which only loads batches of characters when requested by the AbstractCharInputReader through the DefaultCharInputReader.reloadBuffer() method.
ExpandingCharAppender An implementation CharAppender that expands the internal buffer of characters as required.
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.
NoopCharAppender An implementation of CharAppender that does nothing.
WriterCharAppender Extension of the DefaultCharAppender class to include facilities for writing to an output.
 

Exception Summary
EOFException Internal exception marker to signalize the end of the input.
 



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