public class EndCentralDirRecord extends Object
Constructor and Description |
---|
EndCentralDirRecord() |
Modifier and Type | Method and Description |
---|---|
String |
getComment() |
byte[] |
getCommentBytes() |
int |
getCommentLength() |
int |
getNoOfThisDisk() |
int |
getNoOfThisDiskStartOfCentralDir() |
long |
getOffsetOfStartOfCentralDir() |
long |
getSignature() |
int |
getSizeOfCentralDir() |
int |
getTotNoOfEntriesInCentralDir() |
int |
getTotNoOfEntriesInCentralDirOnThisDisk() |
void |
setComment(String comment) |
void |
setCommentBytes(byte[] commentBytes) |
void |
setCommentLength(int commentLength) |
void |
setNoOfThisDisk(int noOfThisDisk) |
void |
setNoOfThisDiskStartOfCentralDir(int noOfThisDiskStartOfCentralDir) |
void |
setOffsetOfStartOfCentralDir(long offSetOfStartOfCentralDir) |
void |
setSignature(long signature) |
void |
setSizeOfCentralDir(int sizeOfCentralDir) |
void |
setTotNoOfEntriesInCentralDir(int totNoOfEntrisInCentralDir) |
void |
setTotNoOfEntriesInCentralDirOnThisDisk(int totNoOfEntriesInCentralDirOnThisDisk) |
public long getSignature()
public void setSignature(long signature)
public int getNoOfThisDisk()
public void setNoOfThisDisk(int noOfThisDisk)
public int getNoOfThisDiskStartOfCentralDir()
public void setNoOfThisDiskStartOfCentralDir(int noOfThisDiskStartOfCentralDir)
public int getTotNoOfEntriesInCentralDirOnThisDisk()
public void setTotNoOfEntriesInCentralDirOnThisDisk(int totNoOfEntriesInCentralDirOnThisDisk)
public int getTotNoOfEntriesInCentralDir()
public void setTotNoOfEntriesInCentralDir(int totNoOfEntrisInCentralDir)
public int getSizeOfCentralDir()
public void setSizeOfCentralDir(int sizeOfCentralDir)
public long getOffsetOfStartOfCentralDir()
public void setOffsetOfStartOfCentralDir(long offSetOfStartOfCentralDir)
public int getCommentLength()
public void setCommentLength(int commentLength)
public String getComment()
public void setComment(String comment)
public byte[] getCommentBytes()
public void setCommentBytes(byte[] commentBytes)
Copyright © 2013. All rights reserved.