#include <fso_cachefile.h>
◆ CacheChunk() [1/2]
CacheChunk::CacheChunk |
( |
uint64_t |
start, |
|
|
int64_t |
len |
|
) |
| |
|
inline |
Constructor
- Parameters
-
start | the chunk's start |
len | the chunk's length |
◆ CacheChunk() [2/2]
CacheChunk::CacheChunk |
( |
| ) |
|
|
inline |
◆ GetLength()
int64_t CacheChunk::GetLength |
( |
| ) |
|
|
inline |
Chunk's length getter
- Returns
- the chunk's length
◆ GetStart()
uint64_t CacheChunk::GetStart |
( |
| ) |
|
|
inline |
Chunk's start getter
- Returns
- the chunk's start
◆ isValid()
bool CacheChunk::isValid |
( |
| ) |
|
|
inline |
Check wether the object represents a valid chunk
- Returns
- true if object represents a valid chunk and false otherwise
The documentation for this class was generated from the following file: