E I N Z
All Classes All Packages
All Classes All Packages
All Classes All Packages
E
- extract(ZipFile, File, String) - Static method in class io.github.astrapi69.zip4j.Zip4jExtensions
-
Extract.
I
- io.github.astrapi69.zip4j - package io.github.astrapi69.zip4j
N
- newZipParameters(CompressionMethod, CompressionLevel) - Static method in class io.github.astrapi69.zip4j.Zip4jExtensions
-
Factory method for create a new
ZipParameters
from the given parameters
Z
- Zip4jExtensions - Class in io.github.astrapi69.zip4j
-
The class
Zip4jExtensions
. - zipFiles(ZipFile, File...) - Static method in class io.github.astrapi69.zip4j.Zip4jExtensions
-
Adds a file or several files to the given zip file with the parameters Zip4jConstants.COMP_DEFLATE for the compression method and Zip4jConstants.DEFLATE_LEVEL_NORMAL as the compression level.
- zipFiles(ZipFile, CompressionMethod, CompressionLevel, File...) - Static method in class io.github.astrapi69.zip4j.Zip4jExtensions
-
Adds a file or several files to the given zip file with the given parameters for the compression method and the compression level.
- zipFiles(ZipFile, ZipParameters, File...) - Static method in class io.github.astrapi69.zip4j.Zip4jExtensions
-
Adds the given file(s) to the given zip file.
- zipFiles(ZipFile, ZipParameters, File, Predicate<File>) - Static method in class io.github.astrapi69.zip4j.Zip4jExtensions
-
Adds the given file(s) to the given zip file.
- zipFiles(ZipFile, ZipParameters, List<File>) - Static method in class io.github.astrapi69.zip4j.Zip4jExtensions
-
Adds the given file(s) to the given zip file.
All Classes All Packages