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