|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcs1705.weblog.LogReader
A class to read information from a file of web server accesses. It currently supports log files from the Virginia Tech CS department's server proxy, which are in Apache's log format.
| Constructor Summary | |
LogReader(BufferedReader inStream)
Create a LogfileReader to supply data from the specified stream. |
|
| Method Summary | |
boolean |
hasMoreEntries()
Does the reader have more data to supply? |
LogEntry |
nextEntry()
Analyze the next line from the log file and make it available via a LogEntry object. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public LogReader(BufferedReader inStream)
| Method Detail |
public boolean hasMoreEntries()
public LogEntry nextEntry()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||