public class UnzipEngine extends Object
| Constructor and Description |
|---|
UnzipEngine(ZipModel zipModel,
FileHeader fileHeader) |
| Modifier and Type | Method and Description |
|---|---|
void |
checkCRC() |
IDecrypter |
getDecrypter() |
FileHeader |
getFileHeader() |
ZipInputStream |
getInputStream() |
LocalFileHeader |
getLocalFileHeader() |
ZipModel |
getZipModel() |
RandomAccessFile |
startNextSplitFile() |
void |
unzipFile(ProgressMonitor progressMonitor,
String outPath,
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, String outPath, String newFileName, UnzipParameters unzipParameters) throws ZipException
ZipExceptionpublic ZipInputStream getInputStream() throws ZipException
ZipExceptionpublic void checkCRC()
throws ZipException
ZipExceptionpublic RandomAccessFile startNextSplitFile() throws IOException, FileNotFoundException
IOExceptionFileNotFoundExceptionpublic 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()
Copyright © 2013. All rights reserved.