Class NoCipherOutputStream
java.lang.Object
java.io.OutputStream
net.lingala.zip4j.io.outputstream.CipherOutputStream<NoCipherOutputStream.NoEncrypter>
net.lingala.zip4j.io.outputstream.NoCipherOutputStream
- All Implemented Interfaces:
Closeable
,Flushable
,AutoCloseable
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionNoCipherOutputStream
(ZipEntryOutputStream zipEntryOutputStream, ZipParameters zipParameters, char[] password) -
Method Summary
Modifier and TypeMethodDescriptionprotected NoCipherOutputStream.NoEncrypter
initializeEncrypter
(OutputStream outputStream, ZipParameters zipParameters, char[] password, boolean useUtf8ForPassword) Methods inherited from class net.lingala.zip4j.io.outputstream.CipherOutputStream
close, closeEntry, getEncrypter, getNumberOfBytesWrittenForThisEntry, write, write, write, writeHeaders
Methods inherited from class java.io.OutputStream
flush
-
Constructor Details
-
NoCipherOutputStream
public NoCipherOutputStream(ZipEntryOutputStream zipEntryOutputStream, ZipParameters zipParameters, char[] password) throws IOException - Throws:
IOException
-
-
Method Details
-
initializeEncrypter
protected NoCipherOutputStream.NoEncrypter initializeEncrypter(OutputStream outputStream, ZipParameters zipParameters, char[] password, boolean useUtf8ForPassword) - Specified by:
initializeEncrypter
in classCipherOutputStream<NoCipherOutputStream.NoEncrypter>
-