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