#include <File.hpp>
|
static std::vector< uint8_t > | FromMemory (const void *data, size_t size) |
|
static void | FromMemory (const void *data, size_t size, std::vector< uint8_t > &output) |
|
static std::vector< uint8_t > | FromFile (const std::string &path) |
|
static FileStatus | FromFile (const std::string &path, std::vector< uint8_t > &output) |
|
static FileStatus | ToFile (const std::string &path, const std::vector< uint8_t > &data) |
|
◆ File()
◆ FromFile() [1/2]
std::vector< uint8_t > plz::File::FromFile |
( |
const std::string & |
path | ) |
|
|
inlinestatic |
◆ FromFile() [2/2]
FileStatus plz::File::FromFile |
( |
const std::string & |
path, |
|
|
std::vector< uint8_t > & |
output |
|
) |
| |
|
inlinestatic |
◆ FromMemory() [1/2]
std::vector< uint8_t > plz::File::FromMemory |
( |
const void * |
data, |
|
|
size_t |
size |
|
) |
| |
|
inlinestatic |
◆ FromMemory() [2/2]
void plz::File::FromMemory |
( |
const void * |
data, |
|
|
size_t |
size, |
|
|
std::vector< uint8_t > & |
output |
|
) |
| |
|
inlinestatic |
◆ ToFile()
FileStatus plz::File::ToFile |
( |
const std::string & |
path, |
|
|
const std::vector< uint8_t > & |
data |
|
) |
| |
|
inlinestatic |
The documentation for this class was generated from the following file:
- /home/robin/Projects/cpp/git/pocketlzma/src/misc/File.hpp