Uses of Class
org.apache.commons.compress.archivers.zip.GeneralPurposeBit
Packages that use 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
Fields in org.apache.commons.compress.archivers.zip declared as GeneralPurposeBitMethods in org.apache.commons.compress.archivers.zip that return GeneralPurposeBitModifier and TypeMethodDescriptionZipArchiveEntry.getGeneralPurposeBit()The "general purpose bit" field.private GeneralPurposeBitZipArchiveOutputStream.getGeneralPurposeBits(boolean utfFallback, boolean usesDataDescriptor) static GeneralPurposeBitGeneralPurposeBit.parse(byte[] data, int offset) Parses the supported flags from the given archive data.Methods in org.apache.commons.compress.archivers.zip with parameters of type GeneralPurposeBitModifier and TypeMethodDescriptionvoidZipArchiveEntry.setGeneralPurposeBit(GeneralPurposeBit b) The "general purpose bit" field.