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?
|
1
|
|
|
|
|
|
Just two things:
See How to retrieve data from a attached zip file in Blackberry application? PS Actually you can implement custom multi-entries stream and parse it after decompress, but that seems to be useless, if you want this archive format to be supported in other applications. |
||||
|
|
|
Use GZIPInputStream Example:
|
||
|
