Kodi Development 22.0
for Binary and Script based Add-Ons
 
Loading...
Searching...
No Matches

Inherits AddonClass.

Public Member Functions

 close ()
 

Function: close()


Close opened file.
 
 File (const String &filepath, const char *mode=NULL)
 
const XFILE::CFile * getFile () const
 
 read (...)
 

Function: read([bytes])


Read file parts as string.
 
 readBytes (...)
 

Function: readBytes(numbytes)


Read bytes from file.
 
 seek (...)
 

Function: seek(seekBytes, iWhence)


Seek to position in file.
 
 size ()
 

Function: size()


Get the file size.
 
 tell ()
 

Function: tell()


Get the current position in the file.
 
 write (...)
 

Function: write(buffer)


To write given data in file.
 

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