Shaka Packager SDK
|
#include <memory_file.h>
Static Public Member Functions | |
static void | DeleteAll () |
static void | Delete (const std::string &file_name) |
Protected Member Functions | |
bool | Open () override |
Implements a File that is stored in memory. This should be only used for testing, since this does not support larger files.
Definition at line 21 of file memory_file.h.
|
static |
Deletes the memory file data with the given file_name. Any objects open with that file name will be in an undefined state.
Definition at line 194 of file memory_file.cc.
|
static |
Deletes all memory file data created. This assumes that there are no MemoryFile objects alive. Any alive objects will be in an undefined state.
Definition at line 190 of file memory_file.cc.