This class encapsulates the log file so that its details are not exposed. "getLongEntries" returns an unfiltered List of LogEntry objects from the requested record number. It will always search forward. getIndexSize() returns the number of records between each index. getLastIndexNumber returns the last index.
@AUTHOR : Hemanth Puttaswamy and Ken PaulsenThis class also contains an inner class for storing LogEntry objects.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|