com.lightysoft.logmx.mgr
Class AutoRefreshLineInfo
java.lang.Object
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 |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
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 resourcepEndOfFileReached - 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
Copyright © 2011 LightySoft. All rights reserved. [LogMX v3.0.2 (Nov. 16th, 2011)]