Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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!

share|improve this question
1  
why wouldn't it be, assets are immutable after all ? – njzk2 Dec 19 '12 at 16:32
Yup, I don't get it either. – dmon Dec 19 '12 at 17:30

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.