2

我正在使用 AssetManager 从 apk 读取数据。我想知道这组 API 是否是线程安全的。例如,

AAsset_seek
AAsset_getLength
AAsset_read

我无法从官方文档中找到关于此事的明显信息:http: //developer.android.com/reference/android/content/res/AssetManager.html

或源代码:http: //mobilepearls.com/labs/native-android-api/include/android/asset_manager.h

谢谢!

4

0 回答 0