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:
Closeable, AutoCloseable
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionNoCipherInputStream(ZipEntryInputStream zipEntryInputStream, LocalFileHeader localFileHeader, char[] password, int bufferSize) -
Method Summary
Modifier and TypeMethodDescriptionprotected NoCipherInputStream.NoDecrypterinitializeDecrypter(LocalFileHeader localFileHeader, char[] password, boolean useUtf8ForPassword) Methods inherited from class CipherInputStream
close, endOfEntryReached, getDecrypter, getLastReadRawDataCache, getLocalFileHeader, getNumberOfBytesReadForThisEntry, read, read, read, readRawMethods inherited from class InputStream
available, mark, markSupported, reset, skip
-
Constructor Details
-
NoCipherInputStream
public NoCipherInputStream(ZipEntryInputStream zipEntryInputStream, LocalFileHeader localFileHeader, char[] password, int bufferSize) throws IOException - Throws:
IOException
-
-
Method Details
-
initializeDecrypter
protected NoCipherInputStream.NoDecrypter initializeDecrypter(LocalFileHeader localFileHeader, char[] password, boolean useUtf8ForPassword) - Specified by:
initializeDecrypterin classCipherInputStream<NoCipherInputStream.NoDecrypter>
-