I'm using AssetManager to read data from apk. I wonder if the set of APIs are threadsafe. e.g.,
AAsset_seek
AAsset_getLength
AAsset_read
I cannot find obvious info on this matter from the official documentation: http://developer.android.com/reference/android/content/res/AssetManager.html
or source code: http://mobilepearls.com/labs/native-android-api/include/android/asset_manager.h
Thanks!