|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
reader package contains all of the classes currently
availible to the system which can read a specific type of file and create
a (list of) Session object(s).
See:
Description
| Interface Summary | |
|---|---|
| Reader | Defines the required methods for a class that Reads from a log file formatted in a certain way. |
| Class Summary | |
|---|---|
| DeadAIMReader | |
| HTMLReader | Defines the required methods for a class that Reads from a log file formatted in a certain way. |
| TrillianReader | The TrillianReader reads a Trillian log file and converts its
contents into multiple Sessions. |
| Exception Summary | |
|---|---|
| FileFormatException | |
| NoFileException | |
The reader package contains all of the classes currently
availible to the system which can read a specific type of file and create
a (list of) Session object(s). If you wish to create a
new reader, extend the Reader class or HTMLReader class (depending on whether your input file is HTML-based
or not.
|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||