![]() |
Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
This is the complete list of members for CFile, including all inherited members.
CFile() | CFile | |
Close() | CFile | |
Copy(const CURL &file, const CURL &dest, XFILE::IFileCallback *pCallback=NULL, void *pContext=NULL) | CFile | static |
Copy(const std::string &strFileName, const std::string &strDest, XFILE::IFileCallback *pCallback=NULL, void *pContext=NULL) | CFile | static |
CURLAddOption(CURLOptionType type, const char *name, const char *value) | CFile | |
CURLCreate(const std::string &url) | CFile | |
CURLOpen(unsigned int flags) | CFile | |
Delete(const CURL &file) | CFile | static |
Delete(const std::string &strFileName) | CFile | static |
DetermineChunkSize(const int srcChunkSize, const int reqChunkSize) | CFile | static |
Exists(const CURL &file, bool bUseCache=true) | CFile | static |
Exists(const std::string &strFileName, bool bUseCache=true) | CFile | static |
Flush() | CFile | |
GetBitstreamStats() const | CFile | inline |
GetChunkSize() | CFile | |
GetDownloadSpeed() | CFile | |
GetImplementation() const | CFile | inline |
GetLength() | CFile | |
GetPosition() const | CFile | |
GetProperty(XFILE::FileProperty type, const std::string &name="") const | CFile | |
GetPropertyValues(XFILE::FileProperty type, const std::string &name="") const | CFile | |
IoControl(IOControl request, void *param) | CFile | |
LoadFile(const CURL &file, std::vector< uint8_t > &outputBuffer) | CFile | |
LoadFile(const std::string &filename, std::vector< uint8_t > &outputBuffer) | CFile | |
Open(const CURL &file, const unsigned int flags=0) | CFile | |
Open(const std::string &strFileName, const unsigned int flags=0) | CFile | |
OpenForWrite(const CURL &file, bool bOverWrite=false) | CFile | |
OpenForWrite(const std::string &strFileName, bool bOverWrite=false) | CFile | |
Read(void *bufPtr, size_t bufSize) | CFile | |
ReadLine(std::string &line) | CFile | |
ReadLine(char *buffer, std::size_t bufferSize) | CFile | |
Rename(const CURL &file, const CURL &urlNew) | CFile | static |
Rename(const std::string &strFileName, const std::string &strNewFileName) | CFile | static |
Seek(int64_t iFilePosition, int iWhence=SEEK_SET) | CFile | |
SetHidden(const CURL &file, bool hidden) | CFile | static |
SetHidden(const std::string &fileName, bool hidden) | CFile | static |
Stat(const CURL &file, struct __stat64 *buffer) | CFile | static |
Stat(const std::string &strFileName, struct __stat64 *buffer) | CFile | static |
Stat(struct __stat64 *buffer) | CFile | |
Truncate(int64_t iSize) | CFile | |
Write(const void *bufPtr, size_t bufSize) | CFile | |
~CFile() | CFile |