zip and unzip - multipart / split problem,
March 13, 2010 at 1:49 PM
I wanted to know how to pack/zip a multi part (split) input zip file.
steps :
1. using winzip create an input zip. while adding files selected split option with 5m size. that created main zip (a.zip) file and couple of a.z01 and a.z02 files. 2. used various api including java util one to pack it back to an out.zip, but never got anywhere. 3. also, wanted to use the out.zip so it always impt to check u could extract the out.zip file - rather usable.