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
ZipExceptionpublic void unzipFile(ProgressMonitor progressMonitor, java.lang.String outPath, java.lang.String newFileName, UnzipParameters unzipParameters) throws ZipException
ZipExceptionpublic ZipInputStream getInputStream() throws ZipException
ZipExceptionpublic void checkCRC()
throws ZipException
ZipExceptionpublic java.io.RandomAccessFile startNextSplitFile()
throws java.io.IOException,
java.io.FileNotFoundException
java.io.IOExceptionjava.io.FileNotFoundExceptionpublic 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()