Class NoCipherOutputStream.NoEncrypter
- java.lang.Object
-
- net.lingala.zip4j.io.outputstream.NoCipherOutputStream.NoEncrypter
-
- All Implemented Interfaces:
Encrypter
- Enclosing class:
- NoCipherOutputStream
static class NoCipherOutputStream.NoEncrypter extends java.lang.Object implements Encrypter
-
-
Constructor Summary
Constructors Constructor Description NoEncrypter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
encryptData(byte[] buff)
int
encryptData(byte[] buff, int start, int len)
-
-
-
Method Detail
-
encryptData
public int encryptData(byte[] buff)
- Specified by:
encryptData
in interfaceEncrypter
-
encryptData
public int encryptData(byte[] buff, int start, int len)
- Specified by:
encryptData
in interfaceEncrypter
-
-