zip讀取

packagecom.zhey.decompression;

importorg.apache.commons.compress.archivers.zip.ZipArchiveEntry;

importorg.apache.commons.compress.archivers.zip.ZipEncoding;

importorg.apache.commons.compress.archivers.zip.ZipEncodingHelper;

importorg.apache.commons.compress.archivers.zip.ZipFile;

importjava.io.*;

importjava.util.ArrayList;

importjava.util.Enumeration;

importjava.util.List;

/**

* 獲取zip文件的詳細(xì)目錄結(jié)構(gòu)

* 解壓指定的文件

*

*@authorzhey

*/

publicclassZipextendsAbastractCompressimplementsCompression{

private ZipFilezip File;

@Override

publicbooleanloadCompress(Filefile) {

Listfiles=newArrayList();

try{

zipFile=newZipFile(file,"CP936");

EnumerationzipEntryEnumeration=zipFile.getEntries();

while(zipEntryEnumeration.hasMoreElements()) {

ZipArchiveEntryzipEntry=zipEntryEnumeration.nextElement();

if(zipEntry.isDirectory()) {

addPath(zipEntry.getName());

}else{

addFile(zipEntry.getName());

? ? ? ? ? ? ? ? }

? ? ? ? ? ? }

returntrue;

}catch(IOExceptione) {

? ? ? ? }

returnfalse;

? ? }

@Override

protectedbooleanextract(Stringfilepath,StringdestPath) {

try{

ZipArchiveEntryentry=(ZipArchiveEntry) zipFile.getEntry(filepath);

if(entry==null) {

returnfalse;

}else{

if(entry.isDirectory()) {

EnumerationzipArchiveEntries=zipFile.getEntries();

while(zipArchiveEntries.hasMoreElements()) {

ZipArchiveEntrytmpEntry=zipArchiveEntries.nextElement();

if(tmpEntry.getName().startsWith(filepath)&&!tmpEntry.isDirectory()) {

StringfileName=tmpEntry.getName();

fileName=fileName.substring(filepath.length(), fileName.length());

? ? ? ? ? ? ? ? ? ? ? ? ? ? writeToFile(tmpEntry, fileName, destPath);

? ? ? ? ? ? ? ? ? ? ? ? }

? ? ? ? ? ? ? ? ? ? }

}else{

//解壓文件

StringsrcFileName=filepath.substring(filepath.lastIndexOf(File.separator), filepath.length());

? ? ? ? ? ? ? ? ? ? writeToFile(entry, srcFileName, destPath);

? ? ? ? ? ? ? ? }

? ? ? ? ? ? }

returntrue;

}catch(FileNotFoundExceptione) {

e.printStackTrace();

}catch(IOExceptione) {

e.printStackTrace();

? ? ? ? }

returnfalse;

? ? }

@Override

protectedbooleanextractFile(Stringfilepath,StringdestPath,StringnewName) {

try{

ZipArchiveEntryentry=(ZipArchiveEntry) zipFile.getEntry(filepath);

if(entry==null) {

returnfalse;

}else{

if(entry.isDirectory()) {

returnfalse;

}else{

//解壓文件

? ? ? ? ? ? ? ? ? ? writeToFile(entry, newName, destPath);

? ? ? ? ? ? ? ? }

? ? ? ? ? ? }

returntrue;

}catch(FileNotFoundExceptione) {

e.printStackTrace();

}catch(IOExceptione) {

e.printStackTrace();

? ? ? ? }

returnfalse;

? ? }

privatevoidwriteToFile(ZipArchiveEntryentry,StringsrcFileName,StringdestPath)throwsIOException{

InputStreaminputStream=zipFile.getInputStream(entry);

OutputStreamoutputStream;

FiledestDir=newFile(destPath);

if(!destDir.exists()) {

destDir.mkdir();

? ? ? ? }

if(destPath.endsWith(File.separator)) {

destPath+=srcFileName;

}else{

destPath=destPath+File.separator+srcFileName;

? ? ? ? }

Filefile=newFile(destPath);

Filedir=file.getParentFile();

if(!dir.exists())

dir.mkdirs();

outputStream=newFileOutputStream(destPath);

byte[] buffer=newbyte[1024];

intsize;

while((size=inputStream.read(buffer))>0) {

outputStream.write(buffer,0, size);

? ? ? ? }

outputStream.close();

inputStream.close();

? ? }

@Override

publicvoidclose() {

try{

if(zipFile!=null)

zipFile.close();

}catch(IOExceptione) {

e.printStackTrace();

? ? ? ? }

? ? }

}

最后編輯于
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請(qǐng)聯(lián)系作者
  • 序言:七十年代末拒啰,一起剝皮案震驚了整個(gè)濱河市悴能,隨后出現(xiàn)的幾起案子刃跛,更是在濱河造成了極大的恐慌鞋怀,老刑警劉巖磕蛇,帶你破解...
    沈念sama閱讀 212,718評(píng)論 6 492
  • 序言:濱河連續(xù)發(fā)生了三起死亡事件谆扎,死亡現(xiàn)場(chǎng)離奇詭異银室,居然都是意外死亡枕面,警方通過查閱死者的電腦和手機(jī),發(fā)現(xiàn)死者居然都...
    沈念sama閱讀 90,683評(píng)論 3 385
  • 文/潘曉璐 我一進(jìn)店門政钟,熙熙樓的掌柜王于貴愁眉苦臉地迎上來路克,“玉大人,你說我怎么就攤上這事锥涕≈愿辏” “怎么了狭吼?”我有些...
    開封第一講書人閱讀 158,207評(píng)論 0 348
  • 文/不壞的土叔 我叫張陵层坠,是天一觀的道長。 經(jīng)常有香客問我刁笙,道長破花,這世上最難降的妖魔是什么? 我笑而不...
    開封第一講書人閱讀 56,755評(píng)論 1 284
  • 正文 為了忘掉前任疲吸,我火速辦了婚禮座每,結(jié)果婚禮上,老公的妹妹穿的比我還像新娘摘悴。我一直安慰自己峭梳,他們只是感情好,可當(dāng)我...
    茶點(diǎn)故事閱讀 65,862評(píng)論 6 386
  • 文/花漫 我一把揭開白布。 她就那樣靜靜地躺著葱椭,像睡著了一般捂寿。 火紅的嫁衣襯著肌膚如雪。 梳的紋絲不亂的頭發(fā)上孵运,一...
    開封第一講書人閱讀 50,050評(píng)論 1 291
  • 那天秦陋,我揣著相機(jī)與錄音,去河邊找鬼治笨。 笑死驳概,一個(gè)胖子當(dāng)著我的面吹牛,可吹牛的內(nèi)容都是我干的旷赖。 我是一名探鬼主播顺又,決...
    沈念sama閱讀 39,136評(píng)論 3 410
  • 文/蒼蘭香墨 我猛地睜開眼,長吁一口氣:“原來是場(chǎng)噩夢(mèng)啊……” “哼等孵!你這毒婦竟也來了待榔?” 一聲冷哼從身側(cè)響起,我...
    開封第一講書人閱讀 37,882評(píng)論 0 268
  • 序言:老撾萬榮一對(duì)情侶失蹤流济,失蹤者是張志新(化名)和其女友劉穎锐锣,沒想到半個(gè)月后,有當(dāng)?shù)厝嗽跇淞掷锇l(fā)現(xiàn)了一具尸體绳瘟,經(jīng)...
    沈念sama閱讀 44,330評(píng)論 1 303
  • 正文 獨(dú)居荒郊野嶺守林人離奇死亡雕憔,尸身上長有42處帶血的膿包…… 初始之章·張勛 以下內(nèi)容為張勛視角 年9月15日...
    茶點(diǎn)故事閱讀 36,651評(píng)論 2 327
  • 正文 我和宋清朗相戀三年,在試婚紗的時(shí)候發(fā)現(xiàn)自己被綠了糖声。 大學(xué)時(shí)的朋友給我發(fā)了我未婚夫和他白月光在一起吃飯的照片斤彼。...
    茶點(diǎn)故事閱讀 38,789評(píng)論 1 341
  • 序言:一個(gè)原本活蹦亂跳的男人離奇死亡,死狀恐怖蘸泻,靈堂內(nèi)的尸體忽然破棺而出琉苇,到底是詐尸還是另有隱情,我是刑警寧澤悦施,帶...
    沈念sama閱讀 34,477評(píng)論 4 333
  • 正文 年R本政府宣布并扇,位于F島的核電站,受9級(jí)特大地震影響抡诞,放射性物質(zhì)發(fā)生泄漏穷蛹。R本人自食惡果不足惜,卻給世界環(huán)境...
    茶點(diǎn)故事閱讀 40,135評(píng)論 3 317
  • 文/蒙蒙 一昼汗、第九天 我趴在偏房一處隱蔽的房頂上張望肴熏。 院中可真熱鬧,春花似錦顷窒、人聲如沸蛙吏。這莊子的主人今日做“春日...
    開封第一講書人閱讀 30,864評(píng)論 0 21
  • 文/蒼蘭香墨 我抬頭看了看天上的太陽鸦做。三九已至璧疗,卻和暖如春,著一層夾襖步出監(jiān)牢的瞬間馁龟,已是汗流浹背崩侠。 一陣腳步聲響...
    開封第一講書人閱讀 32,099評(píng)論 1 267
  • 我被黑心中介騙來泰國打工, 沒想到剛下飛機(jī)就差點(diǎn)兒被人妖公主榨干…… 1. 我叫王不留坷檩,地道東北人却音。 一個(gè)月前我還...
    沈念sama閱讀 46,598評(píng)論 2 362
  • 正文 我出身青樓,卻偏偏與公主長得像矢炼,于是被迫代替她去往敵國和親系瓢。 傳聞我的和親對(duì)象是個(gè)殘疾皇子,可洞房花燭夜當(dāng)晚...
    茶點(diǎn)故事閱讀 43,697評(píng)論 2 351

推薦閱讀更多精彩內(nèi)容