public class Zip64Eocd
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
SIZE_OFFSET
The location of the Zip64 size field relative to the start of the Zip64 EOCD.
|
static int |
TRUE_SIZE_DIFFERENCE
The difference between the size in the size field and the true size of the Zip64 EOCD.
|
| Modifier and Type | Method and Description |
|---|---|
long |
getDirectoryOffset() |
long |
getDirectorySize() |
Zip64ExtensibleDataSector |
getExtraFields() |
long |
getTotalRecords() |
long |
getVersionToExtract() |
int |
size()
Gets the size (in bytes) of the Zip64 EOCD record.
|
byte[] |
toBytes()
Gets the byte representation of The Zip64 EOCD record.
|
public static final int SIZE_OFFSET
public static final int TRUE_SIZE_DIFFERENCE
public int size()
public long getTotalRecords()
public long getDirectorySize()
public long getDirectoryOffset()
public Zip64ExtensibleDataSector getExtraFields()
public long getVersionToExtract()
public byte[] toBytes()