I have a zip file compressed using Ionic zip. Before extracting I need to verify the available disk space. But how do I find the uncompressed size before hand? Is there any header information in the zip file (by ionic) so that I can read it?
相关问题
- Elements' sizes don't update on applicatio
- Memory usage of class instance in c# [duplicate]
- DotNetZip: Convert ZipFile to byte[] array
- C# Marshal.SizeOf
- Convert DotNetZip ZipFile to byte array
相关文章
- Understanding the difference between Collection.is
- Get size of Bitmap Android [duplicate]
- Defining the size of an array using a const int
- how can delphi 'string' literals be more t
- Android camera - Preview size, Picture Size, cropp
- Gnuplot multiplot with one colorbox
- what is size of empty class and difference between
- size of app's background for various Android d
This should do the trick: