AppEasy Core SDK  1.5.0
Cross platform mobile and desktop app and game development SDK - The easy way to make apps
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines
IzPlatformFile.h File Reference
#include "CzPlatform.h"

Go to the source code of this file.

Classes

class  IzPlatformFile

Defines

#define PLATFORM_FILE   PLATFORM->getFile()

Enumerations

enum  eCzFileSeekOrigin { CzFileSeek_Set, CzFileSeek_Current, CzFileSeek_End }
enum  eCzFileError {
  CzFileErrorNone, CzFileErrorInvalidPath, CzFileErrorOpenFailed, CzFileErrorAlreadyOpen,
  CzFileErrorEmptyMode, CzFileErrorHttp
}

Define Documentation

#define PLATFORM_FILE   PLATFORM->getFile()

Enumeration Type Documentation

Enumerator:
CzFileErrorNone 
CzFileErrorInvalidPath 
CzFileErrorOpenFailed 
CzFileErrorAlreadyOpen 
CzFileErrorEmptyMode 
CzFileErrorHttp 
Enumerator:
CzFileSeek_Set 
CzFileSeek_Current 
CzFileSeek_End