Package net.lingala.zip4j.io.inputstream
Class NoCipherInputStream.NoDecrypter
java.lang.Object
net.lingala.zip4j.io.inputstream.NoCipherInputStream.NoDecrypter
- All Implemented Interfaces:
Decrypter
- Enclosing class:
NoCipherInputStream
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
NoDecrypter
NoDecrypter()
-
-
Method Details
-
decryptData
public int decryptData(byte[] buff, int start, int len) - Specified by:
decryptData
in interfaceDecrypter
-