|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectreader.TrillianReader
public class TrillianReader
The TrillianReader reads a Trillian log file and converts its
contents into multiple Sessions.
| Constructor Summary | |
|---|---|
TrillianReader()
Creates a new TrillianReader(). |
|
| Method Summary | |
|---|---|
java.util.Iterator<Session> |
iterator()
Returns an of the
messages in the file last read by this TrillanReader |
boolean |
loadFile(java.lang.String name)
Loads the file with the given URL. |
static void |
main(java.lang.String[] args)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TrillianReader()
| Method Detail |
|---|
public boolean loadFile(java.lang.String name)
throws java.io.IOException
loadFile in interface Readername - The name of the file to open.
true if successful, false otherwise.
java.io.IOException - if any other IO error occurs during reading.
java.io.FileNotFoundException - if the file can't be found.
FileFormatException - if the file's format is bad.Reader.loadFile(String)public java.util.Iterator<Session> iterator()
Iterator<Session> of the
messages in the file last read by this TrillanReader
iterator in interface Readerpublic static void main(java.lang.String[] args)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||