|
Kodi Documentation
18.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 |
| int64_t CFileStream::GetLength | ( | ) |
| bool CFileStream::Open | ( | const std::string & | filename | ) |
| bool CFileStream::Open | ( | const CURL & | filename | ) |