#include <loadlib.h>
Definition at line 73 of file loadlib.h.
◆ ChunkedFile()
| ChunkedFile::ChunkedFile |
( |
| ) |
|
◆ ~ChunkedFile()
| ChunkedFile::~ChunkedFile |
( |
| ) |
|
|
virtual |
◆ free()
| void ChunkedFile::free |
( |
| ) |
|
◆ GetChunk()
| FileChunk const * ChunkedFile::GetChunk |
( |
std::string_view |
name | ) |
const |
◆ GetData()
| uint8 * ChunkedFile::GetData |
( |
| ) |
|
|
inline |
◆ GetDataSize()
| uint32 ChunkedFile::GetDataSize |
( |
| ) |
|
|
inline |
◆ loadFile() [1/2]
| bool ChunkedFile::loadFile |
( |
std::shared_ptr< CASC::Storage const > |
mpq, |
|
|
std::string const & |
fileName, |
|
|
bool |
log = true |
|
) |
| |
◆ loadFile() [2/2]
| bool ChunkedFile::loadFile |
( |
std::shared_ptr< CASC::Storage const > |
mpq, |
|
|
uint32 |
fileDataId, |
|
|
std::string const & |
description, |
|
|
bool |
log = true |
|
) |
| |
◆ parseChunks()
| void ChunkedFile::parseChunks |
( |
| ) |
|
◆ prepareLoadedData()
| bool ChunkedFile::prepareLoadedData |
( |
| ) |
|
◆ chunks
| std::multimap<std::string_view, FileChunk> ChunkedFile::chunks |
◆ data
◆ data_size
The documentation for this class was generated from the following files: