Package | Description |
---|---|
monq.jfa |
Implements Finite Automata, deterministic and
nondeterministic, with an engine for high throughput filtering of
text.
|
Modifier and Type | Method and Description |
---|---|
ByteCharSource |
ByteCharSource.setDecoder(java.nio.charset.CharsetDecoder dec)
set the decoder to be used to decode the incoming bytes into
char . |
ByteCharSource |
ByteCharSource.setInputBufferSize(int size)
set the size of the input buffer.
|
ByteCharSource |
ByteCharSource.setSource(java.nio.channels.ReadableByteChannel source)
sets the source to be read by
this . |
ByteCharSource |
ByteCharSource.setWindowSize(int size)
sets the size of the sliding window which keeps byte
positions for characters recently delivered by
read() . |