Blackberry - Programmatically extract/open zip file
Posted
by KKlucznik
on Stack Overflow
See other posts from Stack Overflow
or by KKlucznik
Published on 2009-10-28T19:34:38Z
Indexed on
2010/04/14
10:13 UTC
Read the original article
Hit count: 192
I have looked online with mixed results, but is there a way to programmatically extract a zip file on the BB? Very basic my app will display different encrypted file types, and those files are delivered in a zip file. My idea was to have the user browse to the file on their SDCard, select it, and I extract what i need as a stream from the file. is this possible?
© Stack Overflow or respective owner