memory « Zip « Java I/O Q&A





1. Parsing an XML inside a zip in-memory    stackoverflow.com

I have a Zip that contains two files: an XML and a thumbnail. I would like to open the XML file and parse it WITHOUT having to extract on disk. One of ...

2. Zipping - java.lang.OutOfMemoryError: Java heap space    stackoverflow.com

I have this code to zip folders, but when I zip large folders (10GB), I got an error with memory. It works fine with folders around 1GB. Probably some memory leak, but ...