◆ File() [1/2]
incremental::File::File |
( |
const char * |
filepath, |
|
|
FileId |
id, |
|
|
int64_t |
size, |
|
|
unique_fd |
fd, |
|
|
int64_t |
tree_offset, |
|
|
unique_fd |
tree_fd |
|
) |
| |
|
inline |
◆ File() [2/2]
incremental::File::File |
( |
const char * |
filepath, |
|
|
FileId |
id, |
|
|
int64_t |
size, |
|
|
int64_t |
tree_offset |
|
) |
| |
|
inlineprivate |
◆ hasTree()
bool incremental::File::hasTree |
( |
| ) |
const |
|
inline |
◆ PriorityBlocks()
const std::vector< BlockIdx > & incremental::File::PriorityBlocks |
( |
| ) |
const |
|
inline |
◆ ReadDataBlock()
int64_t incremental::File::ReadDataBlock |
( |
BlockIdx |
block_idx, |
|
|
void * |
buf, |
|
|
bool * |
is_zip_compressed |
|
) |
| const |
|
inline |
◆ ReadTreeBlock()
int64_t incremental::File::ReadTreeBlock |
( |
BlockIdx |
block_idx, |
|
|
void * |
buf |
|
) |
| const |
|
inline |
◆ fd_
◆ filepath
const char* const incremental::File::filepath |
◆ id
const FileId incremental::File::id |
◆ priority_blocks_
std::vector<BlockIdx> incremental::File::priority_blocks_ |
|
private |
◆ sentBlocks
std::vector<bool> incremental::File::sentBlocks |
◆ sentBlocksCount
NumBlocks incremental::File::sentBlocksCount = 0 |
◆ sentTreeBlocks
std::vector<bool> incremental::File::sentTreeBlocks |
◆ size
const int64_t incremental::File::size |
◆ tree_fd_
◆ tree_offset_
const int64_t incremental::File::tree_offset_ |
|
private |
The documentation for this class was generated from the following file: