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 intbufferSizeprivate java.nio.charset.Charsetcharsetprivate booleanuseUtf8CharsetForPasswords
-
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 intgetBufferSize()java.nio.charset.CharsetgetCharset()booleanisUseUtf8CharsetForPasswords()
-