org.apache.tools.zip
public static final class ExtraFieldUtils.UnparseableExtraField extends Object
| Field Summary | |
|---|---|
| static ExtraFieldUtils.UnparseableExtraField | READ
Read the extra field data into an instance of UnparseableExtraFieldData. |
| static int | READ_KEY
Key for "read" action. |
| static ExtraFieldUtils.UnparseableExtraField | SKIP
Skip the extra field entirely and don't make its data
available - effectively removing the extra field data. |
| static int | SKIP_KEY
Key for "skip" action. |
| static ExtraFieldUtils.UnparseableExtraField | THROW
Throw an exception if field cannot be parsed. |
| static int | THROW_KEY
Key for "throw an exception" action. |
| Method Summary | |
|---|---|
| int | getKey()
Key of the action to take. |
UnparseableExtraFieldData.