Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include <File.h>
Public Member Functions | |
CFileStream (int backsize=0) | |
~CFileStream () override | |
bool | Open (const std::string &filename) |
bool | Open (const CURL &filename) |
void | Close () |
int64_t | GetLength () |
|
explicit |
|
override |
void CFileStream::Close | ( | ) |
int64_t CFileStream::GetLength | ( | ) |
bool CFileStream::Open | ( | const std::string & | filename | ) |