public class StandardDecrypter extends java.lang.Object implements IDecrypter
| 构造器和说明 |
|---|
StandardDecrypter(FileHeader fileHeader,
byte[] headerBytes) |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
decryptData(byte[] buff) |
int |
decryptData(byte[] buff,
int start,
int len) |
void |
init(byte[] headerBytes) |
public StandardDecrypter(FileHeader fileHeader, byte[] headerBytes) throws ZipException
ZipExceptionpublic int decryptData(byte[] buff)
throws ZipException
decryptData 在接口中 IDecrypterZipExceptionpublic int decryptData(byte[] buff,
int start,
int len)
throws ZipException
decryptData 在接口中 IDecrypterZipExceptionpublic void init(byte[] headerBytes)
throws ZipException
ZipException