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
ZipException
public void unzipFile(ProgressMonitor progressMonitor, String outPath, String newFileName, UnzipParameters unzipParameters) throws ZipException
ZipException
public ZipInputStream getInputStream() throws ZipException
ZipException
public void checkCRC() throws ZipException
ZipException
public RandomAccessFile startNextSplitFile() throws IOException, FileNotFoundException
IOException
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()
Copyright © 2013. All rights reserved.