This class represents a zip entry.
Defined in: ZipEntry.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
jls.util.zip.ZipEntry(name, comment, extra, str)
Creates a zip entry.
|
| Method Attributes | Method Name and Description |
|---|---|
|
Returns the file comment.
|
|
|
Returns the compressed size.
|
|
|
getCrc()
Returns the CRC.
|
|
|
Returns the compression method.
|
|
|
getName()
Returns the file name.
|
|
|
getSize()
Returns the uncompressed size.
|
|
|
getTime()
Returns the last modification date.
|