Class NoCipherOutputStream.NoEncrypter
java.lang.Object
net.lingala.zip4j.io.outputstream.NoCipherOutputStream.NoEncrypter
- All Implemented Interfaces:
Encrypter
- Enclosing class:
NoCipherOutputStream
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
encryptData
(byte[] buff) int
encryptData
(byte[] buff, int start, int len)
-
Constructor Details
-
NoEncrypter
NoEncrypter()
-
-
Method Details
-
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
-