Package | Description |
---|---|
com.univocity.parsers.common.input | |
com.univocity.parsers.common.input.concurrent |
Modifier and Type | Interface and Description |
---|---|
interface |
CharInputReader
The definition of a character input reader used by all univocity-parsers that extend
AbstractParser . |
Modifier and Type | Class and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
char |
NoopCharAppender.appendUntil(char ch,
CharInput input,
char stop) |
char |
DefaultCharAppender.appendUntil(char ch,
CharInput input,
char stop) |
char |
ExpandingCharAppender.appendUntil(char ch,
CharInput input,
char stop) |
char |
CharAppender.appendUntil(char ch,
CharInput input,
char stop)
Appends characters from the input, until a stop character is found
|
char |
NoopCharAppender.appendUntil(char ch,
CharInput input,
char stop1,
char stop2) |
char |
DefaultCharAppender.appendUntil(char ch,
CharInput input,
char stop1,
char stop2) |
char |
ExpandingCharAppender.appendUntil(char ch,
CharInput input,
char stop1,
char stop2) |
char |
CharAppender.appendUntil(char ch,
CharInput input,
char stop1,
char stop2)
Appends characters from the input, until a stop character is found
|
char |
NoopCharAppender.appendUntil(char ch,
CharInput input,
char stop1,
char stop2,
char stop3) |
char |
DefaultCharAppender.appendUntil(char ch,
CharInput input,
char stop1,
char stop2,
char stop3) |
char |
ExpandingCharAppender.appendUntil(char ch,
CharInput input,
char stop1,
char stop2,
char stop3) |
char |
CharAppender.appendUntil(char ch,
CharInput input,
char stop1,
char stop2,
char stop3)
Appends characters from the input, until a stop character is found
|
Modifier and Type | Class and Description |
---|---|
class |
ConcurrentCharInputReader
A concurrent CharInputReader that loads batches of characters in a separate thread and assigns them to buffer in
AbstractCharInputReader when requested. |
Copyright © 2022 Univocity Software Pty Ltd. All rights reserved.