Hi,be m
I am working on an application which has below requiements -
1. Download a ZIP
file from a server.
2. Uncompress the ZIP
file, get the content (which is in XML format) from this
file into a String.
3. Pass this content into another method for parsing and further processing.
Now, my concerns here is the XML
file may be of Huge
…