UnparseableExtraFieldBehavior
interface UnparseableExtraFieldBehavior
Handles extra field data that doesn't follow the recommended pattern for extra fields with a two-byte key and a two-byte length.
Since
1.19
Inheritors
Functions
Link copied to clipboard
abstract fun onUnparseableExtraField(data: Array<Byte>, off: Int, len: Int, local: Boolean, claimedLength: Int): ZipExtraField
Decides what to do with extra field data that doesn't follow the recommended pattern.