Uses of Class
org.apache.commons.compress.archivers.zip.ExtraFieldUtils.UnparseableExtraField

Packages that use ExtraFieldUtils.UnparseableExtraField
org.apache.commons.compress.archivers.zip Provides stream classes for reading and writing archives using the ZIP format. 
 

Uses of ExtraFieldUtils.UnparseableExtraField in org.apache.commons.compress.archivers.zip
 

Fields in org.apache.commons.compress.archivers.zip declared as ExtraFieldUtils.UnparseableExtraField
static ExtraFieldUtils.UnparseableExtraField ExtraFieldUtils.UnparseableExtraField.READ
          Read the extra field data into an instance of UnparseableExtraFieldData.
static ExtraFieldUtils.UnparseableExtraField ExtraFieldUtils.UnparseableExtraField.SKIP
          Skip the extra field entirely and don't make its data available - effectively removing the extra field data.
static ExtraFieldUtils.UnparseableExtraField ExtraFieldUtils.UnparseableExtraField.THROW
          Throw an exception if field cannot be parsed.
 

Methods in org.apache.commons.compress.archivers.zip with parameters of type ExtraFieldUtils.UnparseableExtraField
static ZipExtraField[] ExtraFieldUtils.parse(byte[] data, boolean local, ExtraFieldUtils.UnparseableExtraField onUnparseableData)
          Split the array into ExtraFields and populate them with the given data.
 



Copyright © 2012 Apache Software Foundation. All Rights Reserved.