Previous|Next|Index
File Type Parsers
A separate parser for each file type. Extensible by adding modules to
a standard directory (interface yet to be designed).
Currently supported:
Standardized interfaces:
- Front-end: Asynchronous Reader feeds it data using p.feed(data)
- Back-end: Parser sends data to Viewer via "formatter" interface