|
|
| File (const String &filepath, const char *mode=NULL) |
| |
|
File * | __enter__ () |
| |
|
void | __exit__ () |
| |
|
String | read (unsigned long numBytes=0) |
| |
|
XbmcCommons::Buffer | readBytes (unsigned long numBytes=0) |
| |
|
bool | write (XbmcCommons::Buffer &buffer) |
| |
|
long long | size () |
| |
|
long long | seek (long long seekBytes, int iWhence=SEEK_SET) |
| |
|
long long | tell () |
| |
|
void | close () |
| |
|
const XFILE::CFile * | getFile () const |
| |
|
const char * | GetClassname () const |
| |
|
LanguageHook * | GetLanguageHook () |
| |
| bool | isDeallocating () |
| | This method should be called while holding a Synchronize on the object. More...
|
| |
|
void | Release () const |
| |
|
void | Acquire () const |
| |
|
|
static short | getNumAddonClasses () |
| |
| virtual void | deallocating () |
| | This method is meant to be called from the destructor of the lowest level class. More...
|
| |
|
static short | getNextClassIndex () |
| | This is meant to be called during static initialization and so isn't synchronized.
|
| |
|
LanguageHook * | languageHook |
| |
The documentation for this class was generated from the following files:
- xbmc/interfaces/legacy/File.h
- xbmc/interfaces/legacy/File.cpp