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

    • NoDecrypter

      NoDecrypter()
  • Method Details

    • decryptData

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