Uses of Class
org.apache.commons.compress.archivers.zip.GeneralPurposeBit
Package
Description
Provides stream classes for reading and writing archives using the ZIP format.
-
Uses of GeneralPurposeBit in org.apache.commons.compress.archivers.zip
Modifier and TypeMethodDescriptionZipArchiveEntry.getGeneralPurposeBit()
The "general purpose bit" field.static GeneralPurposeBit
GeneralPurposeBit.parse
(byte[] data, int offset) Parses the supported flags from the given archive data.Modifier and TypeMethodDescriptionvoid
ZipArchiveEntry.setGeneralPurposeBit
(GeneralPurposeBit generalPurposeBit) Sets the "general purpose bit" field.