Package | Description |
---|---|
monq.jfa |
Implements Finite Automata, deterministic and
nondeterministic, with an engine for high throughput filtering of
text.
|
Modifier and Type | Class and Description |
---|---|
class |
ByteCharSource
implements a
CharSource which reads bytes and converts
them to characters of a given character set while keeping track of
byte positions of converted characters within the input stream. |
class |
CharSequenceCharSource
is a
CharSource wrapper around a CharSequence such that it can be used as an input source
of a DfaRun . |
class |
DfaRun
A
DfaRun is used to apply a Dfa to a
stream of characters. |
class |
ReaderCharSource
wraps Reader or an input stream into a CharSource.
|