Languages

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?

Edited by: Brock Boland on 17 Mar, 2014 Reason: Paragraph tags added automatically from tizen_format_fix module.

Responses

1 Replies
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.