Uses of Class
org.apache.commons.compress.archivers.zip.GeneralPurposeBit
-
Packages that use GeneralPurposeBit Package Description org.apache.commons.compress.archivers.zip 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 GeneralPurposeBit Modifier and Type Field Description private GeneralPurposeBit
ZipArchiveEntry. gpb
Methods in org.apache.commons.compress.archivers.zip that return GeneralPurposeBit Modifier and Type Method Description GeneralPurposeBit
ZipArchiveEntry. getGeneralPurposeBit()
The "general purpose bit" field.private GeneralPurposeBit
ZipArchiveOutputStream. getGeneralPurposeBits(boolean utfFallback, boolean usesDataDescriptor)
static GeneralPurposeBit
GeneralPurposeBit. 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 GeneralPurposeBit Modifier and Type Method Description void
ZipArchiveEntry. setGeneralPurposeBit(GeneralPurposeBit b)
The "general purpose bit" field.
-