public class Zip64EndCentralDirRecord
extends java.lang.Object
构造器和说明 |
---|
Zip64EndCentralDirRecord() |
public long getSignature()
public void setSignature(long signature)
public long getSizeOfZip64EndCentralDirRec()
public void setSizeOfZip64EndCentralDirRec(long sizeOfZip64EndCentralDirRec)
public int getVersionMadeBy()
public void setVersionMadeBy(int versionMadeBy)
public int getVersionNeededToExtract()
public void setVersionNeededToExtract(int versionNeededToExtract)
public int getNoOfThisDisk()
public void setNoOfThisDisk(int noOfThisDisk)
public int getNoOfThisDiskStartOfCentralDir()
public void setNoOfThisDiskStartOfCentralDir(int noOfThisDiskStartOfCentralDir)
public long getTotNoOfEntriesInCentralDirOnThisDisk()
public void setTotNoOfEntriesInCentralDirOnThisDisk(long totNoOfEntriesInCentralDirOnThisDisk)
public long getTotNoOfEntriesInCentralDir()
public void setTotNoOfEntriesInCentralDir(long totNoOfEntriesInCentralDir)
public long getSizeOfCentralDir()
public void setSizeOfCentralDir(long sizeOfCentralDir)
public long getOffsetStartCenDirWRTStartDiskNo()
public void setOffsetStartCenDirWRTStartDiskNo(long offsetStartCenDirWRTStartDiskNo)
public byte[] getExtensibleDataSector()
public void setExtensibleDataSector(byte[] extensibleDataSector)