Kodi Documentation 22.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() const | 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() const | kodi::vfs::CFile | inline |
GetFileDownloadSpeed() const | kodi::vfs::CFile | inline |
GetLength() const | kodi::vfs::CFile | inline |
GetPosition() const | 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 |
IoControlGetCacheStatus(CacheStatus &status) const | kodi::vfs::CFile | inline |
IoControlGetSeekPossible() const | kodi::vfs::CFile | inline |
IoControlSetCacheRate(uint32_t rate) | kodi::vfs::CFile | inline |
IoControlSetRetry(bool retry) | kodi::vfs::CFile | inline |
IsOpen() 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 |