be.lassi.ui.log
Class LogFile
java.lang.Object
   be.lassi.ui.log.LogFile
be.lassi.ui.log.LogFile
- public class LogFile 
- extends java.lang.Object
Reads file with given name and passes buffers to a
 LogParser.
| Constructor Summary | 
| LogFile(LogParser parser,
        java.lang.String filename)Constructs a new instance, reads the file and passes buffers
 to the parser.
 | 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
LogFile
public LogFile(LogParser parser,
               java.lang.String filename)
        throws java.io.IOException
- Constructs a new instance, reads the file and passes buffers
 to the parser.
 
- Parameters:
- parser- the parse to pass the buffers to
- filename- the name of the file to be read
- Throws:
- java.io.IOException- if problem with opening or reading the file