public class LogReader extends Object
Constructor and Description |
---|
LogReader(BufferedReader inStream)
Create a LogfileReader to supply data from the specified stream.
|
Modifier and Type | Method and Description |
---|---|
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.
|
public LogReader(BufferedReader inStream)
inStream
- the stream to read frompublic boolean hasMoreEntries()
public LogEntry nextEntry()