|
CS 1705 Library | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcs1705.weblog.LogReader
public class 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)
inStream - the stream to read from| Method Detail |
|---|
public boolean hasMoreEntries()
public LogEntry nextEntry()
|
Last updated: Wed, Apr 1, 2009 12:29 AM EDT | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||