开发者

Archiving library for bada

开发者 https://www.devze.com 2023-01-16 03:08 出处:网络
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

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.


If anyone stumbles upon this, I managed to use LiteZip with only minimal modifications.


Try to use namespace Osp::Base::Utility sub-namespace you will find these classes (according to bada 2.0):

Osp::Base::Utility::Deflator

Osp::Base::Utility::FileUnzipper

Osp::Base::Utility::FileZipper

Osp::Base::Utility::Inflator

Osp::Base::Utility::ZipEntry
0

精彩评论

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