Package org.omegahat.Environment.Tools.DataScanner

Quite general filters/tools to read data from streams.

See:
          Description

Interface Summary
DataLexerTokenTypes  
ObjectReader Interface defining methods for notifying listeners of new records being read on an input stream.
RecordLexer Interface defining methods for a record reader.
RecordStreamListener Interface that allows an object to register as a listener for events about new records being read by an ObjectReader or similar class.
 

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.
 

Exception Summary
EOFException Exception identifying an end-of-file when reading input.
 

Package org.omegahat.Environment.Tools.DataScanner Description

Quite general filters/tools to read data from streams.