Package net.lingala.zip4j.model
Class Zip4jConfig
java.lang.Object
net.lingala.zip4j.model.Zip4jConfig
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionZip4jConfig
(Charset charset, int bufferSize, boolean useUtf8CharsetForPasswords) -
Method Summary
Modifier and TypeMethodDescriptionint
boolean
-
Field Details
-
charset
-
bufferSize
private final int bufferSize -
useUtf8CharsetForPasswords
private final boolean useUtf8CharsetForPasswords
-
-
Constructor Details
-
Zip4jConfig
-
-
Method Details
-
getCharset
-
getBufferSize
public int getBufferSize() -
isUseUtf8CharsetForPasswords
public boolean isUseUtf8CharsetForPasswords()
-