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.NoEncrypterinitializeEncrypter(OutputStream outputStream, ZipParameters zipParameters, char[] password, boolean useUtf8ForPassword) Methods inherited from class CipherOutputStream
close, closeEntry, getEncrypter, getNumberOfBytesWrittenForThisEntry, write, write, write, writeHeadersMethods inherited from class 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:
initializeEncrypterin classCipherOutputStream<NoCipherOutputStream.NoEncrypter>
-