|
Class Summary |
| DataLexer |
Lexer for reading tokens from
an input stream and processing
them via several hooks
to filter them and broadcast the
values to different listeners,
either individually or as complete
records. |
| DataScanner |
Class for reading data records from an input
stream using a DataLexer |
| DataTokenizer |
Tokenizer that uses the StreamTokenizer
to identify the different elements, and
wraps them as records. |
| EventDataScanner |
This class is a simple extension of the concept of the
org.omegahat.Environment.Tools.DataScanner
which notifies listeners of new records. |
Quite general filters/tools to read data from streams.