Uses of Class
org.apache.commons.compress.archivers.zip.ZipFile.Builder
-
Packages that use ZipFile.Builder Package Description org.apache.commons.compress.archivers.zip Provides stream classes for reading and writing archives using the ZIP format. -
-
Uses of ZipFile.Builder in org.apache.commons.compress.archivers.zip
Methods in org.apache.commons.compress.archivers.zip that return ZipFile.Builder Modifier and Type Method Description static ZipFile.BuilderZipFile. builder()Creates a new Builder.ZipFile.BuilderZipFile.Builder. setIgnoreLocalFileHeader(boolean ignoreLocalFileHeader)Sets whether to ignore information stored inside the local file header.ZipFile.BuilderZipFile.Builder. setMaxNumberOfDisks(long maxNumberOfDisks)Sets max number of multi archive disks, default is 1 (no multi archive).ZipFile.BuilderZipFile.Builder. setSeekableByteChannel(java.nio.channels.SeekableByteChannel seekableByteChannel)The actual channel, overrides any other input aspects like a File, Path, and so on.ZipFile.BuilderZipFile.Builder. setUseUnicodeExtraFields(boolean useUnicodeExtraFields)Sets whether to use InfoZIP Unicode Extra Fields (if present) to set the file names.
-