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:
Closeable
,AutoCloseable
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionNoCipherInputStream
(ZipEntryInputStream zipEntryInputStream, LocalFileHeader localFileHeader, char[] password, int bufferSize) -
Method Summary
Modifier and TypeMethodDescriptionprotected NoCipherInputStream.NoDecrypter
initializeDecrypter
(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
Methods inherited from class java.io.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:
initializeDecrypter
in classCipherInputStream<NoCipherInputStream.NoDecrypter>
-