Package reader

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).

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  
 

Package reader Description

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.