语言

Menu
Sites
Language
Unzipping Progress Status

Does Tizen support any integral Listener to monitor the progress of unzipping an archive file?

For example: I wanna extract a zip file, and I would like to know how exact many bytes is compressed.

Does anyone have suggestion?

编辑者为: Brock Boland 17 3月, 2014 原因: Paragraph tags added automatically from tizen_format_fix module.

响应

1 回复
john Smith
Hi, For extracting file Tizen provided Tizen::Base::Utility::FileZipper Class , after zipping or unzipping of file, to know the size of file, you can do it manually using Tizen::Content::ContentInfo::GetContentSize.