ResourceAlignmentExtraField
An extra field who's sole purpose is to align and pad the local file header so that the entry's data starts at a certain position.
The padding content of the padding is ignored and not retained when reading a padding field.
This enables Commons Compress to create "aligned" archives similar to Android's zipalign command line tool.
Since
1.14
See also
"https://developer.android.com/studio/command-line/zipalign.html"
Constructors
Functions
Link copied to clipboard
Indicates whether method change is allowed when re-compressing the ZIP file.
Link copied to clipboard
The actual data to put into central directory - without Header-ID or length specifier.
Link copied to clipboard
Length of the extra field in the central directory - without Header-ID or length specifier.
Link copied to clipboard
The Header-ID.
Link copied to clipboard
The actual data to put into local file data - without Header-ID or length specifier.
Link copied to clipboard
Length of the extra field in the local file data - without Header-ID or length specifier.
Link copied to clipboard
Populate data from this array as if it was in central directory data.
Link copied to clipboard
Populate data from this array as if it was in local file data.