File file = new File("c:/test.zip");
BufferedOutputStream dest = null;
BufferedInputStream is = null;
ZipEntry entry;
ZipFile zipfile = new ZipFile(file);
Enumeration e = zipfile.entries();
while (e.hasMoreElements()) {
entry = (ZipEntry) e.nextElement();
System.out.println("Extracting: " + entry);
is = new BufferedInputStream(zipfile.getInputStream(entry));
int count;
byte data[] = new byte[BUFFER];
String fileName = "c:/" + entry.getName();
File outFile = new File(fileName);
if (entry.isDirectory()) {
outFile.mkdirs();
System.out.println("Create Folder " + outFile);
} else {
FileOutputStream fos = new FileOutputStream(outFile);
dest = new BufferedOutputStream(fos, BUFFER);
while ((count = is.read(data, 0, BUFFER)) != -1){
dest.write(data, 0, count);
}
dest.flush();
dest.close();
is.close();
}
}
5 comments:
thanks bro
Obviously in the world there tool which better than winzip,and to my mind this is next application-zip file check,it is better works with zip files and it resources wider as far as I can see than winzip,also it has free status as how as I remember,software permits to repair corrupted archives with *.zip extension,solve errors on example-CRC error and Cannot open file: it does not appear to be a valid archive,program for check repair zip file and check integrity of zip file uses several different algorithms for crc check fix zip file and data recovery, that is why, the process will take some time, according to CPU performance and file size,program will work under all supported versions of this operating system,will keep initial structure of your archive as well as original names of files and directories,check repair zip file can check why zip file is corrupted and work with password protected archives, but you should know this password.
I know a lot of tools,which works with other type of files. But yesterday I had a problem with my zip files and I couldn't keep in mind no one of it. Fortunately I called a friend-programmer up and he recommended this application - winzip fixer. It solved my situation for minutes and free of charge as far as I remember. I hazard the remark that the tool helped my sister too and she thanked me.
emuffepsimbus
[url=http://healthplusrx.com/south-beach-diet-reviews]south beach diet reviews[/url]
Agelsorgo
thanks for your sharing! great helpful!!!Louboutin Shoes Christian Louboutin ShoesChristian Louboutin Pumps Wedding Dress ShopsWedding Dress ShopsChristian Louboutin Boots Christian Louboutin PumpsChristian Louboutin Heels Christian Louboutin SandalPigalle Christian Louboutin fur bootschristian louboutin fur bootslouboutin pumpslouboutin fur bootscoyote fur bootschristian louboutin heelssilver strappy sandalschristian louboutin toundraloubitan studded bow peepvintage wedding dresses wedding dressescheap mobile phoneWedding Dresses 2011Wedding Dress ShopsOff the Shoulder Wedding Dressesbridal jacketswedding jacketsbridal jacketshalter neck wedding dressesoff the shoulder wedding dressesvintage wedding dresseswedding dresses with sleeveswedding jackets for the brideSorry for the bother, God bless you.
Post a Comment