Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
XFILE::CFileStream Class Reference

#include <File.h>

Inheritance diagram for XFILE::CFileStream:

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 ()
 

Constructor & Destructor Documentation

◆ CFileStream()

CFileStream::CFileStream ( int backsize = 0)
explicit

◆ ~CFileStream()

CFileStream::~CFileStream ( )
override

Member Function Documentation

◆ Close()

void CFileStream::Close ( )

◆ GetLength()

int64_t CFileStream::GetLength ( )

◆ Open() [1/2]

bool CFileStream::Open ( const CURL & filename)

◆ Open() [2/2]

bool CFileStream::Open ( const std::string & filename)

The documentation for this class was generated from the following files: