|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectreader.HTMLReader
reader.DeadAIMReader
public class DeadAIMReader
| 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 |
|---|
public DeadAIMReader()
| Method Detail |
|---|
public boolean loadFile(java.lang.String filename)
throws java.io.IOException
Sessions of this file into this class.
loadFile in interface ReaderloadFile in class HTMLReaderfilename - The name of the file to laod.
true if the file was loaded correctly, false otherwise.
java.io.IOException - When an I/O error occurs.Reader.loadFile(String)public java.util.Iterator<Session> iterator()
Iterator of the Sessions
in the last-read file.
Iterator.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||