Public Member Functions | |
| LogCacheInfo (long startPos, int length) | |
| LogCacheInfo () | |
Public Attributes | |
| long | start |
| int | len |
An entry in the cache on disk.
We need this object in order to be able to delete log from the cache.
| com.cosylab.logging.client.cache.LogFileCache.LogCacheInfo.LogCacheInfo | ( | long | startPos, | |
| int | length | |||
| ) |
Create LogCacheInfo marked as not deleted
| 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
The length of the string in the file
Referenced by com.cosylab.logging.client.cache.LogFileCache.LogCacheInfo.LogCacheInfo().
Starting position in the file
Referenced by com.cosylab.logging.client.cache.LogFileCache.LogCacheInfo.LogCacheInfo().
1.7.0