Shaka Packager SDK
|
This is the complete list of members for shaka::File, including all inherited members.
Close()=0 | shaka::File | pure 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 char *file_name) | shaka::File | static |
File(const std::string &file_name) (defined in shaka::File) | shaka::File | inlineexplicitprotected |
file_name() const | shaka::File | inline |
Flush()=0 | shaka::File | pure virtual |
GetFileSize(const char *file_name) | shaka::File | static |
MakeCallbackFileName(const BufferCallbackParams &callback_params, const std::string &name) | shaka::File | static |
Open(const char *file_name, const char *mode) | shaka::File | static |
Open()=0 | shaka::File | protectedpure virtual |
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)=0 | shaka::File | pure virtual |
ReadFileToString(const char *file_name, std::string *contents) | shaka::File | static |
Seek(uint64_t position)=0 | shaka::File | pure virtual |
Size()=0 | shaka::File | pure virtual |
Tell(uint64_t *position)=0 | shaka::File | pure virtual |
ThreadedIoFile (defined in shaka::File) | shaka::File | friend |
Write(const void *buffer, uint64_t length)=0 | shaka::File | pure 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 |