AppEasy Core SDK
1.5.0
Cross platform mobile and desktop app and game development SDK - The easy way to make apps
|
Close(CzFileHandle file)=0 | IzPlatformFile | [pure virtual] |
Delete(const char *filename)=0 | IzPlatformFile | [pure virtual] |
Exists(const char *filename)=0 | IzPlatformFile | [pure virtual] |
getErrorString()=0 | IzPlatformFile | [pure virtual] |
getSize(CzFileHandle file)=0 | IzPlatformFile | [pure virtual] |
Init()=0 | IzPlatformFile | [pure virtual] |
Initialised | IzPlatformFile | [protected] |
isInitialised() const | IzPlatformFile | [inline] |
Open(const char *filename, const char *mode)=0 | IzPlatformFile | [pure virtual] |
OpenFromMemory(void *memory, uint num_bytes)=0 | IzPlatformFile | [pure virtual] |
Read(CzFileHandle file, void *buffer, uint num_bytes)=0 | IzPlatformFile | [pure virtual] |
Release()=0 | IzPlatformFile | [pure virtual] |
Seek(CzFileHandle file, int offset, eCzFileSeekOrigin origin)=0 | IzPlatformFile | [pure virtual] |
Write(CzFileHandle file, void *buffer, uint num_bytes)=0 | IzPlatformFile | [pure virtual] |