Class UnparseableExtraFieldData

java.lang.Object
org.apache.commons.compress.archivers.zip.UnparseableExtraFieldData
All Implemented Interfaces:
ZipExtraField

public final class UnparseableExtraFieldData extends Object implements ZipExtraField
Wrapper for extra field data that doesn't conform to the recommended format of header-tag + size + data.

The header-id is artificial (and not listed as a known ID in APPNOTE.TXT). Since it isn't used anywhere except to satisfy the ZipExtraField contract it shouldn't matter anyway.

Since:
1.1
This class is not thread-safe