![]() |
Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
|
This is the complete list of members for kodi::vfs::CFile, including all inherited members.
AtEnd() | kodi::vfs::CFile | inline |
CFile()=default | kodi::vfs::CFile | |
Close() | kodi::vfs::CFile | inline |
CURLAddOption(CURLOptiontype type, const std::string &name, const std::string &value) | kodi::vfs::CFile | inline |
CURLCreate(const std::string &url) | kodi::vfs::CFile | inline |
CURLOpen(unsigned int flags=0) | kodi::vfs::CFile | inline |
Flush() | kodi::vfs::CFile | inline |
GetChunkSize() | kodi::vfs::CFile | inline |
GetFileDownloadSpeed() | kodi::vfs::CFile | inline |
GetLength() | kodi::vfs::CFile | inline |
GetPosition() | kodi::vfs::CFile | inline |
GetPropertyValue(FilePropertyTypes type, const std::string &name) const | kodi::vfs::CFile | inline |
GetPropertyValues(FilePropertyTypes type, const std::string &name) const | kodi::vfs::CFile | inline |
OpenFile(const std::string &filename, unsigned int flags=0) | kodi::vfs::CFile | inline |
OpenFileForWrite(const std::string &filename, bool overwrite=false) | kodi::vfs::CFile | inline |
Read(void *ptr, size_t size) | kodi::vfs::CFile | inline |
ReadLine(std::string &line) | kodi::vfs::CFile | inline |
Seek(int64_t position, int whence=SEEK_SET) | kodi::vfs::CFile | inline |
Truncate(int64_t size) | kodi::vfs::CFile | inline |
Write(const void *ptr, size_t size) | kodi::vfs::CFile | inline |
~CFile() | kodi::vfs::CFile | inlinevirtual |