wt.sysadm
Class LogFileReader

java.lang.Object
  extended bywt.sysadm.LogFileReader

public class LogFileReader
extends Object


Field Summary
(package private)  File file
           
(package private)  javax.servlet.jsp.JspWriter os
           
(package private)  String pattern
           
(package private)  int readOffset
           
(package private)  boolean specialRead
           
(package private)  int startOffset
           
 
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
 

Field Detail

file

File file

os

javax.servlet.jsp.JspWriter os

specialRead

boolean specialRead

startOffset

int startOffset

readOffset

int readOffset

pattern

String pattern
Constructor Detail

LogFileReader

public LogFileReader(String file_name,
                     boolean fromStart,
                     boolean readFull,
                     int lineCount,
                     String pattern,
                     javax.servlet.jsp.JspWriter out)
              throws FileNotFoundException
Method Detail

read

public void read()
          throws IOException
Throws:
IOException