LogMX:
The universal log file viewer
www.logmx.com

com.lightysoft.logmx.mgr
Class AutoRefreshLineInfo

java.lang.Object
  extended by com.lightysoft.logmx.mgr.AutoRefreshLineInfo

public class AutoRefreshLineInfo
extends Object

Structure containing information on a line of text read for Auto-refresh, returned by LogFileManager.readLineAtOffset(long)

Since:
LogMX v1.2.2, Manager Specification Version 1.0

Field Summary
 boolean endOfFileReached
          Flag indicating if end of file was reached before a line terminator could be read
 String lineText
          Line text (null if no more text to read from underlying resource)
 
Constructor Summary
AutoRefreshLineInfo(String pLineText, boolean pEndOfFileReached)
          Construct an AutoRefreshLineInfo with the given text and EOF flag
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

lineText

public String lineText
Line text (null if no more text to read from underlying resource)


endOfFileReached

public boolean endOfFileReached
Flag indicating if end of file was reached before a line terminator could be read

Constructor Detail

AutoRefreshLineInfo

public AutoRefreshLineInfo(String pLineText,
                           boolean pEndOfFileReached)
Construct an AutoRefreshLineInfo with the given text and EOF flag

Parameters:
pLineText - Line text, or null if no more text to read from underlying resource
pEndOfFileReached - Flag indicating if end of file was reached before a line terminator could be read
Since:
LogMX v1.2.2, Manager Specification Version 1.0

LogMX:
The universal log file viewer
www.logmx.com

Copyright © 2011 LightySoft. All rights reserved. [LogMX v3.0.2 (Nov. 16th, 2011)]