net.lingala.zip4j.crypto
Interface IDecrypter

All Known Implementing Classes:
AESDecrypter, StandardDecrypter

public interface IDecrypter


Method Summary
 int decryptData(byte[] buff)
           
 int decryptData(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


Copyright © 2012. All Rights Reserved.