Package net.lingala.zip4j.crypto
Interface IDecrypter
-
- All Known Implementing Classes:
AESDecrypter,StandardDecrypter
public interface IDecrypter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intdecryptData(byte[] buff)intdecryptData(byte[] buff, int start, int len)
-
-
-
Method Detail
-
decryptData
int decryptData(byte[] buff, int start, int len) throws ZipException- Throws:
ZipException
-
decryptData
int decryptData(byte[] buff) throws ZipException- Throws:
ZipException
-
-