开发者

how to unzip a zipped directory in samsung bada after downloading it from server

开发者 https://www.devze.com 2023-03-25 04:24 出处:网络
We are developing a bada application in which we are downloading a zipped directory having JSON files and images in it.

We are developing a bada application in which we are downloading a zipped directory having JSON files and images in it. After downloading the zip file from server we need to extract it for reading.开发者_JAVA技巧

I am looking for some native function or external library to implement the functionality.


Bada 2.0 introduced FileUnzipper.

For previous Bada versions, you should take a look at bada-zlib.

0

精彩评论

暂无评论...
验证码 换一张
取 消