2024年4月2日发(作者:)

}

();

}

catch(Exceptionex)

{

tackTrace();

}

//读取压缩包

Filefilezip=newFile(tempFilePath+zipName+".zip");

ByteArrayOutputStreambaos=null;

try

{

baos=newByteArrayOutputStream();

FileInputStreaminStream=newFileInputStream(filezip);

BufferedInputStreambis=newBufferedInputStream(inStream);

intc=();

while(c!=-1){

(c);

c=();

}

();

();

}

catch(Exceptionex)

{

tackTrace();

}

returnbaos;

}