reader
Class DeadAIMReader

java.lang.Object
  extended by reader.HTMLReader
      extended by reader.DeadAIMReader
All Implemented Interfaces:
Reader

public class DeadAIMReader
extends HTMLReader


Field Summary
 
Fields inherited from class reader.HTMLReader
fs, line, lineNumber, reader, sessions
 
Constructor Summary
DeadAIMReader()
           
 
Method Summary
 java.util.Iterator<Session> iterator()
          Returns an Iterator of the Sessions in the last-read file.
 boolean loadFile(java.lang.String filename)
          Loads the Sessions of this file into this class.
 
Methods inherited from class reader.HTMLReader
eat, eatBodyTag, extractTag, getNextLine
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeadAIMReader

public DeadAIMReader()
Method Detail

loadFile

public boolean loadFile(java.lang.String filename)
                 throws java.io.IOException
Loads the Sessions of this file into this class.

Specified by:
loadFile in interface Reader
Overrides:
loadFile in class HTMLReader
Parameters:
filename - The name of the file to laod.
Returns:
true if the file was loaded correctly, false otherwise.
Throws:
java.io.IOException - When an I/O error occurs.
See Also:
Reader.loadFile(String)

iterator

public java.util.Iterator<Session> iterator()
Returns an Iterator of the Sessions in the last-read file.

Returns:
The Iterator.