Package net.lingala.zip4j.model
Class Zip4jConfig
- java.lang.Object
-
- net.lingala.zip4j.model.Zip4jConfig
-
public class Zip4jConfig extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private int
bufferSize
private java.nio.charset.Charset
charset
private boolean
useUtf8CharsetForPasswords
-
Constructor Summary
Constructors Constructor Description Zip4jConfig(java.nio.charset.Charset charset, int bufferSize, boolean useUtf8CharsetForPasswords)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getBufferSize()
java.nio.charset.Charset
getCharset()
boolean
isUseUtf8CharsetForPasswords()
-