net.lingala.zip4j.model
Class EndCentralDirRecord
java.lang.Object
net.lingala.zip4j.model.EndCentralDirRecord
public class EndCentralDirRecord
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EndCentralDirRecord
public EndCentralDirRecord()
getSignature
public long getSignature()
setSignature
public void setSignature(long signature)
getNoOfThisDisk
public int getNoOfThisDisk()
setNoOfThisDisk
public void setNoOfThisDisk(int noOfThisDisk)
getNoOfThisDiskStartOfCentralDir
public int getNoOfThisDiskStartOfCentralDir()
setNoOfThisDiskStartOfCentralDir
public void setNoOfThisDiskStartOfCentralDir(int noOfThisDiskStartOfCentralDir)
getTotNoOfEntriesInCentralDirOnThisDisk
public int getTotNoOfEntriesInCentralDirOnThisDisk()
setTotNoOfEntriesInCentralDirOnThisDisk
public void setTotNoOfEntriesInCentralDirOnThisDisk(int totNoOfEntriesInCentralDirOnThisDisk)
getTotNoOfEntriesInCentralDir
public int getTotNoOfEntriesInCentralDir()
setTotNoOfEntriesInCentralDir
public void setTotNoOfEntriesInCentralDir(int totNoOfEntrisInCentralDir)
getSizeOfCentralDir
public int getSizeOfCentralDir()
setSizeOfCentralDir
public void setSizeOfCentralDir(int sizeOfCentralDir)
getOffsetOfStartOfCentralDir
public long getOffsetOfStartOfCentralDir()
setOffsetOfStartOfCentralDir
public void setOffsetOfStartOfCentralDir(long offSetOfStartOfCentralDir)
getCommentLength
public int getCommentLength()
setCommentLength
public void setCommentLength(int commentLength)
getComment
public String getComment()
setComment
public void setComment(String comment)
getCommentBytes
public byte[] getCommentBytes()
setCommentBytes
public void setCommentBytes(byte[] commentBytes)
Copyright © 2012. All Rights Reserved.