wt.sysadm
Class LogFileReader
java.lang.Object
wt.sysadm.LogFileReader
- public class LogFileReader
- extends Object
Constructor Summary |
LogFileReader(String file_name,
boolean fromStart,
boolean readFull,
int lineCount,
String pattern,
javax.servlet.jsp.JspWriter out)
|
Method Summary |
void |
read()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
file
File file
os
javax.servlet.jsp.JspWriter os
specialRead
boolean specialRead
startOffset
int startOffset
readOffset
int readOffset
pattern
String pattern
LogFileReader
public LogFileReader(String file_name,
boolean fromStart,
boolean readFull,
int lineCount,
String pattern,
javax.servlet.jsp.JspWriter out)
throws FileNotFoundException
read
public void read()
throws IOException
- Throws:
IOException