Shaka Packager SDK
|
This is the complete list of members for shaka::MemoryFile, including all inherited members.
Close() override | shaka::MemoryFile | virtual |
Copy(const char *from_file_name, const char *to_file_name) | shaka::File | static |
CopyFile(File *source, File *destination) | shaka::File | static |
CopyFile(File *source, File *destination, int64_t max_copy) | shaka::File | static |
Delete(const std::string &file_name) | shaka::MemoryFile | static |
shaka::File::Delete(const char *file_name) | shaka::File | static |
DeleteAll() | shaka::MemoryFile | static |
File(const std::string &file_name) (defined in shaka::File) | shaka::File | inlineexplicitprotected |
file_name() const | shaka::File | inline |
Flush() override | shaka::MemoryFile | virtual |
GetFileSize(const char *file_name) | shaka::File | static |
MakeCallbackFileName(const BufferCallbackParams &callback_params, const std::string &name) | shaka::File | static |
MemoryFile(const std::string &file_name, const std::string &mode) (defined in shaka::MemoryFile) | shaka::MemoryFile | |
Open() override | shaka::MemoryFile | protectedvirtual |
shaka::File::Open(const char *file_name, const char *mode) | shaka::File | static |
OpenWithNoBuffering(const char *file_name, const char *mode) | shaka::File | static |
ParseCallbackFileName(const std::string &callback_file_name, const BufferCallbackParams **callback_params, std::string *name) | shaka::File | static |
Read(void *buffer, uint64_t length) override | shaka::MemoryFile | virtual |
ReadFileToString(const char *file_name, std::string *contents) | shaka::File | static |
Seek(uint64_t position) override | shaka::MemoryFile | virtual |
Size() override | shaka::MemoryFile | virtual |
Tell(uint64_t *position) override | shaka::MemoryFile | virtual |
Write(const void *buffer, uint64_t length) override | shaka::MemoryFile | virtual |
WriteFileAtomically(const char *file_name, const std::string &contents) | shaka::File | static |
WriteStringToFile(const char *file_name, const std::string &contents) | shaka::File | static |
~File() | shaka::File | inlineprotectedvirtual |
~MemoryFile() override (defined in shaka::MemoryFile) | shaka::MemoryFile | protected |