public interface IDecrypter
| Modifier and Type | Method and Description |
|---|---|
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
ZipExceptionCopyright © 2013. All rights reserved.