org.codehaus.plexus.archiver.zip
public class UnrecognizedExtraField extends Object implements ZipExtraField
Assumes local file data and central directory entries are identical - unless told the opposite.
Version: $Revision: 2436 $ $Date: 2005-09-01 13:20:41 -0400 (Thu, 01 Sep 2005) $ from org.apache.ant.tools.zip.UnrecognizedExtraField v1.8
| Field Summary | |
|---|---|
| byte[] | centralData
Extra field data in central directory - without
Header-ID or length specifier.
|
| ZipShort | headerId
The Header-ID.
|
| byte[] | localData
Extra field data in local file data - without
Header-ID or length specifier.
|
| Method Summary | |
|---|---|
| byte[] | getCentralDirectoryData() |
| ZipShort | getCentralDirectoryLength() |
| ZipShort | getHeaderId() |
| byte[] | getLocalFileDataData() |
| ZipShort | getLocalFileDataLength() |
| void | parseFromLocalFileData(byte[] data, int offset, int length) |
| void | setCentralDirectoryData(byte[] data) |
| void | setHeaderId(ZipShort headerId) |
| void | setLocalFileDataData(byte[] data) |
Since: 1.1
Since: 1.1
Since: 1.1