Package writer

The writer package contains all of the classes currently availible to the system which can write a specific type of file given a (list of) Session object(s).

See:
          Description

Interface Summary
Writer Defines the methods required in a class that writes to a file in a specific logging format.
 

Class Summary
DeadAIMWriter Writes files in the DeadAIM format.
 

Exception Summary
ExistingFileException  
 

Package writer Description

The writer package contains all of the classes currently availible to the system which can write a specific type of file given a (list of) Session object(s). If you wish to create a new writer, extend the Writer class.