Class CipherInputStream<T extends Decrypter>

java.lang.Object
java.io.InputStream
net.lingala.zip4j.io.inputstream.CipherInputStream<T>
All Implemented Interfaces:
Closeable, AutoCloseable
Direct Known Subclasses:
AesCipherInputStream, NoCipherInputStream, ZipStandardCipherInputStream

abstract class CipherInputStream<T extends Decrypter> extends InputStream