Public Member Functions | Public Attributes

com.cosylab.logging.client.cache.LogFileCache.LogCacheInfo Class Reference

List of all members.

Public Member Functions

 LogCacheInfo (long startPos, int length)
 LogCacheInfo ()

Public Attributes

long start
int len

Detailed Description

An entry in the cache on disk.

We need this object in order to be able to delete log from the cache.

Author:
acaproni

Constructor & Destructor Documentation

com.cosylab.logging.client.cache.LogFileCache.LogCacheInfo.LogCacheInfo ( long  startPos,
int  length 
)

Create LogCacheInfo marked as not deleted

Parameters:
startPos The starting position in the file on disk
length The length of the string the file on disk

References com.cosylab.logging.client.cache.LogFileCache.LogCacheInfo.len, and com.cosylab.logging.client.cache.LogFileCache.LogCacheInfo.start.

com.cosylab.logging.client.cache.LogFileCache.LogCacheInfo.LogCacheInfo (  ) 

Empty constructor


Member Data Documentation

The length of the string in the file

Referenced by com.cosylab.logging.client.cache.LogFileCache.LogCacheInfo.LogCacheInfo().


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties