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 20:20:41 +0300 (Thu, 01 Sep 2005) $ from org.apache.ant.tools.zip.UnrecognizedExtraField v1.8
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) |