-
Notifications
You must be signed in to change notification settings - Fork 251
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to get Progress of Zipping and Unzipping the single file(not the folder) ? #116
Comments
There is a |
This method is useful for the folder but not the single file which do not have the son file! |
Do you make up an example archive structure that you are trying unpack? |
Is there any method to implement this ambition? |
As we can see, in your command line progress demo, you've solved the problem of getting folder compression progress by the first method.
But the second method which can be used to get the progress of processing single file is not implemented in your demo. What should I do to implement your another approach? |
This requires already some more work. I would start from the |
same question, why not support this action? It is very useful for developer. |
In your zt-zip command line progress bar demo,
I can see the method to get the progress of zipping a folder
It can show the progress zipping the folder properly.
However , in the to be unzipped file, we do not have the interface NameMapper just like the to be unzipped folder, what should I do to get the progress of unzipping file correctly?
The text was updated successfully, but these errors were encountered: