| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.tools.zip.ExtraFieldUtils.UnparseableExtraField
public static final class ExtraFieldUtils.UnparseableExtraField
"enum" for the possible actions to take if the extra field cannot be parsed.
| 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.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
public static final int THROW_KEY
public static final int SKIP_KEY
public static final int READ_KEY
public static final ExtraFieldUtils.UnparseableExtraField THROW
public static final ExtraFieldUtils.UnparseableExtraField SKIP
public static final ExtraFieldUtils.UnparseableExtraField READ
UnparseableExtraFieldData.
| Method Detail | 
|---|
public int getKey()
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||