Hi, 
The questions I have is: 

1) Are the files kept in "assets" folder compressed when apk is zipped. 
2) Are the files kept in "res/raw" folder compressed when apk is zipped. 


Lets say if the answer to the questions is Yes, ie, the files are 
compressed. 
1) Does this mean that AssetManager does the decompression and then gives 
us the istream?
2) Lets assume that I don't go through the AssetManager and read the file 
directly by accessing the apk path and the offset (The FileDescriptor 
method). If the file was compressed, the bytes I will read after doing an 
fopen() will not make sense to me, right?


Thanks 
Sushant

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to