| Package | Description | 
|---|---|
| org.apache.commons.compress.archivers.zip | Provides stream classes for reading and writing archives using
      the ZIP format. | 
| Modifier and Type | Method and Description | 
|---|---|
| GeneralPurposeBit | ZipArchiveEntry. getGeneralPurposeBit()The "general purpose bit" field. | 
| static GeneralPurposeBit | GeneralPurposeBit. parse(byte[] data,
     int offset)Parses the supported flags from the given archive data. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ZipArchiveEntry. setGeneralPurposeBit(GeneralPurposeBit b)The "general purpose bit" field. | 
Copyright © 2018 The Apache Software Foundation. All rights reserved.