org.apache.tools.zip
public class UnrecognizedExtraField extends Object implements ZipExtraField
Assumes local file data and central directory entries are identical - unless told the opposite.
| 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) |