Uses of Interface
com.univocity.parsers.common.input.CharInput
-
Packages that use CharInput Package Description com.univocity.parsers.common.input com.univocity.parsers.common.input.concurrent -
-
Uses of CharInput in com.univocity.parsers.common.input
Subinterfaces of CharInput in com.univocity.parsers.common.input Modifier and Type Interface Description interfaceCharInputReaderThe definition of a character input reader used by all univocity-parsers that extendAbstractParser.Classes in com.univocity.parsers.common.input that implement CharInput Modifier and Type Class Description classAbstractCharInputReaderThe base class for implementing different flavours ofCharInputReader.classDefaultCharInputReaderA default CharInputReader which only loads batches of characters when requested by theAbstractCharInputReaderthrough theDefaultCharInputReader.reloadBuffer()method.classLookaheadCharInputReaderA special implementation ofCharInputReaderthat wraps anotherCharInputReaderand collects a sequence of characters from the wrapped input, in order to analyze what the buffer contains ahead of the current position.Methods in com.univocity.parsers.common.input with parameters of type CharInput Modifier and Type Method Description charCharAppender. appendUntil(char ch, CharInput input, char stop)Appends characters from the input, until a stop character is foundcharCharAppender. appendUntil(char ch, CharInput input, char stop1, char stop2)Appends characters from the input, until a stop character is foundcharCharAppender. appendUntil(char ch, CharInput input, char stop1, char stop2, char stop3)Appends characters from the input, until a stop character is foundcharDefaultCharAppender. appendUntil(char ch, CharInput input, char stop)charDefaultCharAppender. appendUntil(char ch, CharInput input, char stop1, char stop2)charDefaultCharAppender. appendUntil(char ch, CharInput input, char stop1, char stop2, char stop3)charExpandingCharAppender. appendUntil(char ch, CharInput input, char stop)charExpandingCharAppender. appendUntil(char ch, CharInput input, char stop1, char stop2)charExpandingCharAppender. appendUntil(char ch, CharInput input, char stop1, char stop2, char stop3)charNoopCharAppender. appendUntil(char ch, CharInput input, char stop)charNoopCharAppender. appendUntil(char ch, CharInput input, char stop1, char stop2)charNoopCharAppender. appendUntil(char ch, CharInput input, char stop1, char stop2, char stop3) -
Uses of CharInput in com.univocity.parsers.common.input.concurrent
Classes in com.univocity.parsers.common.input.concurrent that implement CharInput Modifier and Type Class Description classConcurrentCharInputReaderA concurrent CharInputReader that loads batches of characters in a separate thread and assigns them to buffer inAbstractCharInputReaderwhen requested.
-