|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Reader
Defines the required methods for a class that Reads from a log file formatted in a certain way.
| Method Summary | |
|---|---|
java.util.Iterator<Session> |
iterator()
Gets the Iterator that iterates through the stored Session objects. |
boolean |
loadFile(java.lang.String filename)
Loads a file into this class. |
| Method Detail |
|---|
boolean loadFile(java.lang.String filename)
throws java.io.IOException
Iterator
of Session objects with the iterator() method.
filename - The file to load from.
true if successful, false otherwise.
java.io.IOException - When an I/O error occurs.iterator()java.util.Iterator<Session> iterator()
Iterator that iterates through the stored Session objects.
Iterator of Session objects that were
stored in the file.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||