public class AutoRefreshLineInfo extends Object
LogFileManager.readLineAtOffset(long)
LogFileManager.readLineAtOffset(long)
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
AutoRefreshLineInfo(String pLineText,
boolean pEndOfFileReached)
Construct an
AutoRefreshLineInfo with the given text and EOF flag |
public String lineText
null
if no more text to read from underlying resource)public boolean endOfFileReached
public AutoRefreshLineInfo(String pLineText, boolean pEndOfFileReached)
AutoRefreshLineInfo
with the given text and EOF flagpLineText
- 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 readCopyright © 2025 LightySoft. All rights reserved. [LogMX v8.4.0 (Jan 3, 2025)]