Changed Methods |
String getComment()
|
Documentation changed from old to new. |
Returns the comment string for the entry or null if none. |
long getCompressedSize()
|
Documentation changed from old to new. |
Returns the size of the compressed entry data or -1 if not known. |
long getCrc()
|
Documentation changed from old to new. |
Returns the CRC-32 checksum of the uncompressed entry data or -1 if not known. |
byte[] getExtra()
|
Documentation changed from old to new. |
Returns the extra field data for the entry or null if none. |
int getMethod()
|
Documentation changed from old to new. |
Returns the compression method of the entry or -1 if not specified. |
String getName()
|
Documentation changed from old to new. |
Returns the name of the entry. |
long getSize()
|
Documentation changed from old to new. |
Returns the uncompressed size of the entry data or -1 if not known. |
long getTime()
|
Documentation changed from old to new. |
Returns the modification time of the entry or -1 if not specified. |
boolean isDirectory()
|
Documentation changed from old to new. |
Returns true if this is a directory entry. |
void setComment(String )
|
Documentation changed from old to new. |
Sets the optional comment string for the entry. |
void setCompressedSize(long )
|
Documentation changed from old to new. |
Sets the size of the compressed entry data. |
void setCrc(long )
|
Documentation changed from old to new. |
Sets the CRC-32 checksum of the uncompressed entry data. |
void setExtra(byte[] )
|
Documentation changed from old to new. |
Sets the optional extra field data for the entry. |
void setMethod(int )
|
Documentation changed from old to new. |
Sets the compression method for the entry. |
void setSize(long )
|
Documentation changed from old to new. |
Sets the uncompressed size of the entry data. |
void setTime(long )
|
Documentation changed from old to new. |
Sets the modification time of the entry. |