public class UnzipEngine
extends java.lang.Object
构造器和说明 |
---|
UnzipEngine(ZipModel zipModel,
FileHeader fileHeader) |
限定符和类型 | 方法和说明 |
---|---|
void |
checkCRC() |
IDecrypter |
getDecrypter() |
FileHeader |
getFileHeader() |
ZipInputStream |
getInputStream() |
LocalFileHeader |
getLocalFileHeader() |
ZipModel |
getZipModel() |
java.io.RandomAccessFile |
startNextSplitFile() |
void |
unzipFile(ProgressMonitor progressMonitor,
java.lang.String outPath,
java.lang.String newFileName,
UnzipParameters unzipParameters) |
void |
updateCRC(byte[] buff,
int offset,
int len) |
void |
updateCRC(int b) |
public UnzipEngine(ZipModel zipModel, FileHeader fileHeader) throws ZipException
ZipException
public void unzipFile(ProgressMonitor progressMonitor, java.lang.String outPath, java.lang.String newFileName, UnzipParameters unzipParameters) throws ZipException
ZipException
public ZipInputStream getInputStream() throws ZipException
ZipException
public void checkCRC() throws ZipException
ZipException
public java.io.RandomAccessFile startNextSplitFile() throws java.io.IOException, java.io.FileNotFoundException
java.io.IOException
java.io.FileNotFoundException
public void updateCRC(int b)
public void updateCRC(byte[] buff, int offset, int len)
public FileHeader getFileHeader()
public IDecrypter getDecrypter()
public ZipModel getZipModel()
public LocalFileHeader getLocalFileHeader()