axmol/cocos/platform/android
xpol 43a94c0693 Add FileUtils::getContents(). (#15479)
* Add FileUtils::getContents().

* skip FileUtils::getContents() in binding generator config.

* use FileUtils::getContents in CCDataReaderHelper.

* obey the cocos2d-x coding style.

* Explicit constructor.

* More docs.

* More tests.

* Move FileError to FileUtils::Error.

* Fixes wrong buffer size for reading into string and vector.

* Update tests.

* Add note on padding for output buffers.

* FileUtils: implements old methods by using `getContents()`.

methods are:

* FileUtils::getDataFromFile()
* FileUtils::getStringFromFile()
* FileUtils::getFileData()

and follow Android methods are now just calls FileUtils' ones.

* FileUtilsAndroid::getDataFromFile()
* FileUtilsAndroid::getStringFromFile()
* FileUtilsAndroid::getFileData()

* Fixes build error.

* FileUtils::getFileData: Return the size of data.

* Remove old methods form FileUtilsAndroid they are now done in FileUtils.

* Fixes for win32 code.

* Fixes build error in test and add more test.

* Better error message.

* Make template type name more readable.

* Update comments.

* Move internal functions to anonymous namespace.

* Refactor FileUtils test.

* Fix warning about compare signed and unsigned.

* Win32 and WinRT does not use text mode.

That is we don't need simulate convert CRLF to LF.

* Fixes for Win32 and WinRT.

* Update for Win32 and WinRT.

* Win32: return FileUtils:Error::TooLarge when file is large than 2^32-1.
* Win32: remove checkFileName() which has no effect at all.
* WinRT: add FileUtilsWinRT::getContents() using ::CreateFile2.
* WinRT: add override keyword for FileUtilsWinRT::getFileSize().

* Update for coding styles.

* More error strings.

* check read and malloc return codes.

* rename FileUtils::Error to FileUtils::Status.

* Fixes for WinRT, use GetFileInformationByHandleEx to get file size.

* Fixes build error for winrt and cleanup FileUtils::Status.

* Try to fix the build error on Linux.

Status must defined in some header, so move FileUtils.h up.

* Remove support of text mode on WinRT (it is the last platform support text mode).
2016-04-26 13:37:22 +08:00
..
ControllerManualAdapter [ci skip]Replace tab with spaces. 2015-07-10 20:47:21 +08:00
java Revert "UIEditBox attachWithIME, detachWithIME make working" 2016-03-22 14:18:39 +08:00
jni Fixes 1605 include path in 541 files 2016-03-20 21:53:44 +08:00
libcocos2dx CCDownloader-android implements File Task Download. 2015-09-10 15:56:06 +08:00
libcocos2dx-with-controller [ci skip]Android Studio projects:Fixed compile error. 2015-06-15 14:42:45 +08:00
Android.mk Remove CocosPlayClient 2016-01-18 17:58:04 +08:00
CCApplication-android.cpp Fixes windows universal build. 2016-03-22 18:51:58 +08:00
CCApplication-android.h Added override keyword to getVersion 2015-10-29 08:36:03 +00:00
CCCommon-android.cpp updates to JniHelper, refactoring of existing JNI calls 2015-11-27 12:00:33 +03:00
CCDevice-android.cpp updates to JniHelper, refactoring of existing JNI calls 2015-11-27 12:00:33 +03:00
CCEnhanceAPI-android.cpp Fixes 1605 include path in 541 files 2016-03-20 21:53:44 +08:00
CCEnhanceAPI-android.h Replace tab with spaces 2015-08-14 21:17:51 +08:00
CCFileUtils-android.cpp Add FileUtils::getContents(). (#15479) 2016-04-26 13:37:22 +08:00
CCFileUtils-android.h Add FileUtils::getContents(). (#15479) 2016-04-26 13:37:22 +08:00
CCGL-android.h Replace tab with spaces 2015-08-14 21:17:51 +08:00
CCGLViewImpl-android.cpp Fixes 1605 include path in 541 files 2016-03-20 21:53:44 +08:00
CCGLViewImpl-android.h Compiles on Android 2014-09-09 17:53:08 -07:00
CCPlatformDefine-android.h Compiles on Android 2014-09-09 17:53:08 -07:00
CCStdC-android.h Compiles on Android 2014-09-09 17:53:08 -07:00
javaactivity-android.cpp Fixes 1605 include path in 541 files 2016-03-20 21:53:44 +08:00