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
static class NoCipherInputStream.NoDecrypter extends java.lang.Object implements Decrypter
-
-
Constructor Summary
Constructors Constructor Description NoDecrypter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intdecryptData(byte[] buff, int start, int len)
-
-
-
Method Detail
-
decryptData
public int decryptData(byte[] buff, int start, int len)- Specified by:
decryptDatain interfaceDecrypter
-
-