public class EocdGroup
extends java.lang.Object
EOCDGroup is meant to collect and manage all the information about the Eocd,
Zip64EocdLocator, and the Zip64Eocd in one place.| Modifier and Type | Method and Description |
|---|---|
Zip64ExtensibleDataSector |
getExtensibleData()
Returns the Zip64 Extensible Data Sector, or
null if the EOCD record is not in the
Zip64 format. |
long |
getRecordSize()
Returns the total size of the EOCD record.
|
public long getRecordSize()
@Nullable public Zip64ExtensibleDataSector getExtensibleData()
null if the EOCD record is not in the
Zip64 format. The EOCD must be in memory for this method to be invoked.null if none exists.