public class Zip64Eocd
extends java.lang.Object
| 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 int size()
public long getTotalRecords()
public long getDirectorySize()
public long getDirectoryOffset()
public Zip64ExtensibleDataSector getExtraFields()
public long getVersionToExtract()
public byte[] toBytes()