Uses of Interface
kala.compress.archivers.zip.UnparseableExtraFieldBehavior
-
Packages that use UnparseableExtraFieldBehavior Package Description kala.compress.archivers.zip Provides stream classes for reading and writing archives using the ZIP format. -
-
Uses of UnparseableExtraFieldBehavior in kala.compress.archivers.zip
Subinterfaces of UnparseableExtraFieldBehavior in kala.compress.archivers.zip Modifier and Type Interface Description interfaceExtraFieldParsingBehaviorControls details of parsing ZIP extra fields.Classes in kala.compress.archivers.zip that implement UnparseableExtraFieldBehavior Modifier and Type Class Description static classExtraFieldUtils.UnparseableExtraField"enum" for the possible actions to take if the extra field cannot be parsed.static classZipArchiveEntry.ExtraFieldParsingModeHow to try to parse the extra fields.
-