Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I'm loading .zip file from a remote server into my app's documents directory, the file is password protected to prevent unauthorized users to alter the contents of the zip file, So what i am trying to do is access a file inside the zip file without extracting it's contents.

Anybody knows how to solve this one. Please help! and thanks!

share|improve this question
You must extract the file to access it.. or do you mean you want to avoid extracting to disk? – pepsi Aug 2 '11 at 2:27
yes, i want to access a file within a zip file without extracting the files to disk. – vincent Aug 2 '11 at 3:01
is it possible? – vincent Aug 2 '11 at 3:13
is it acceptable to extract to memory? – pepsi Aug 2 '11 at 3:17

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.