-
Zip partial and merge
hallo,
how to get compressed size of a ZipEntry while creating zip file. I need to create a zip file for an array files based on some specific size for the zip file. If the zip file exceeds that limit then i have to break the zip files into multiple zip files. Now to implement this i need to check compressed size of each ZipEntry while creating zip files, but I am always getting -1 instead of compressed size(using ZipEntry getCompressedSize()). Should I make a own getCompressedSize method or should I use OutputStream. Any help is appreated, thanks
rusli(brusli@excite.com)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|