Uses of Class
kala.compress.archivers.zip.GeneralPurposeBit
-
Packages that use GeneralPurposeBit Package Description kala.compress.archivers.zip Provides stream classes for reading and writing archives using the ZIP format. -
-
Uses of GeneralPurposeBit in kala.compress.archivers.zip
Fields in kala.compress.archivers.zip declared as GeneralPurposeBit Modifier and Type Field Description private GeneralPurposeBitZipArchiveEntry. generalPurposeBitMethods in kala.compress.archivers.zip that return GeneralPurposeBit Modifier and Type Method Description GeneralPurposeBitZipArchiveEntry. 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 kala.compress.archivers.zip with parameters of type GeneralPurposeBit Modifier and Type Method Description voidZipArchiveEntry. setGeneralPurposeBit(GeneralPurposeBit generalPurposeBit)Sets the "general purpose bit" field.
-