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:
java.io.Closeable,java.io.Flushable,java.lang.AutoCloseable
class NoCipherOutputStream extends CipherOutputStream<NoCipherOutputStream.NoEncrypter>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) static classNoCipherOutputStream.NoEncrypter
-
Constructor Summary
Constructors Constructor Description NoCipherOutputStream(ZipEntryOutputStream zipEntryOutputStream, ZipParameters zipParameters, char[] password)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected NoCipherOutputStream.NoEncrypterinitializeEncrypter(java.io.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
-
-
-
-
Constructor Detail
-
NoCipherOutputStream
public NoCipherOutputStream(ZipEntryOutputStream zipEntryOutputStream, ZipParameters zipParameters, char[] password) throws java.io.IOException
- Throws:
java.io.IOException
-
-
Method Detail
-
initializeEncrypter
protected NoCipherOutputStream.NoEncrypter initializeEncrypter(java.io.OutputStream outputStream, ZipParameters zipParameters, char[] password, boolean useUtf8ForPassword)
- Specified by:
initializeEncrypterin classCipherOutputStream<NoCipherOutputStream.NoEncrypter>
-
-