Package net.lingala.zip4j.io.inputstream
Class NoCipherInputStream
- java.lang.Object
-
- java.io.InputStream
-
- net.lingala.zip4j.io.inputstream.CipherInputStream<NoCipherInputStream.NoDecrypter>
-
- net.lingala.zip4j.io.inputstream.NoCipherInputStream
-
- All Implemented Interfaces:
java.io.Closeable,java.lang.AutoCloseable
class NoCipherInputStream extends CipherInputStream<NoCipherInputStream.NoDecrypter>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) static classNoCipherInputStream.NoDecrypter
-
Constructor Summary
Constructors Constructor Description NoCipherInputStream(ZipEntryInputStream zipEntryInputStream, LocalFileHeader localFileHeader, char[] password, int bufferSize)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected NoCipherInputStream.NoDecrypterinitializeDecrypter(LocalFileHeader localFileHeader, char[] password, boolean useUtf8ForPassword)-
Methods inherited from class net.lingala.zip4j.io.inputstream.CipherInputStream
close, endOfEntryReached, getDecrypter, getLastReadRawDataCache, getLocalFileHeader, getNumberOfBytesReadForThisEntry, read, read, read, readRaw
-
-
-
-
Constructor Detail
-
NoCipherInputStream
public NoCipherInputStream(ZipEntryInputStream zipEntryInputStream, LocalFileHeader localFileHeader, char[] password, int bufferSize) throws java.io.IOException
- Throws:
java.io.IOException
-
-
Method Detail
-
initializeDecrypter
protected NoCipherInputStream.NoDecrypter initializeDecrypter(LocalFileHeader localFileHeader, char[] password, boolean useUtf8ForPassword)
- Specified by:
initializeDecrypterin classCipherInputStream<NoCipherInputStream.NoDecrypter>
-
-