Archiving library for bada

Can anyone suggest me a file archiving library for bada?

I've looked at minizip (which uses zlib) and bzip2, but they both use Linux or Windows headers for file access, which the bada SDK does not provide.


如果有人绊倒这一点,我设法使用LiteZip只做了最小的修改。


尝试使用命名空间Osp::Base::Utility子命名空间,你会发现这些类(根据bada 2.0):

Osp::Base::Utility::Deflator

Osp::Base::Utility::FileUnzipper

Osp::Base::Utility::FileZipper

Osp::Base::Utility::Inflator

Osp::Base::Utility::ZipEntry
链接地址: http://www.djcxy.com/p/18408.html

上一篇: 计划任务在Bada OS中

下一篇: 为bada存档图书馆