Methods Summary |
---|
public byte[] | getCentralDirectoryData()The actual data to put central directory - without Header-ID or
length specifier.
|
public ZipShort | getCentralDirectoryLength()Length of the extra field in the central directory - without
Header-ID or length specifier.
|
public ZipShort | getHeaderId()The Header-ID.
|
public byte[] | getLocalFileDataData()The actual data to put into local file data - without Header-ID
or length specifier.
|
public ZipShort | getLocalFileDataLength()Length of the extra field in the local file data - without
Header-ID or length specifier.
|
public void | parseFromLocalFileData(byte[] data, int offset, int length)Populate data from this array as if it was in local file data.
|