| Package | Description | 
|---|---|
| org.apache.commons.compress.archivers.zip | Provides stream classes for reading and writing archives using
      the ZIP format. | 
| Modifier and Type | Field and Description | 
|---|---|
| static ExtraFieldUtils.UnparseableExtraField | ExtraFieldUtils.UnparseableExtraField. READRead the extra field data into an instance of  UnparseableExtraFieldData. | 
| static ExtraFieldUtils.UnparseableExtraField | ExtraFieldUtils.UnparseableExtraField. SKIPSkip the extra field entirely and don't make its data
 available - effectively removing the extra field data. | 
| static ExtraFieldUtils.UnparseableExtraField | ExtraFieldUtils.UnparseableExtraField. THROWThrow an exception if field cannot be parsed. | 
| Modifier and Type | Method and Description | 
|---|---|
| static ZipExtraField[] | ExtraFieldUtils. parse(byte[] data,
     boolean local,
     ExtraFieldUtils.UnparseableExtraField onUnparseableData)Split the array into ExtraFields and populate them with the
 given data. | 
Copyright © 2018 The Apache Software Foundation. All rights reserved.