public interface IDecrypter
| 限定符和类型 | 方法和说明 |
|---|---|
int |
decryptData(byte[] buff) |
int |
decryptData(byte[] buff,
int start,
int len) |
int decryptData(byte[] buff,
int start,
int len)
throws ZipException
ZipExceptionint decryptData(byte[] buff)
throws ZipException
ZipException