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 Object implements Encrypter
  • Constructor Details

    • NoEncrypter

      NoEncrypter()
  • Method Details

    • encryptData

      public int encryptData(byte[] buff)
      Specified by:
      encryptData in interface Encrypter
    • encryptData

      public int encryptData(byte[] buff, int start, int len)
      Specified by:
      encryptData in interface Encrypter