This class represents a zip file.
Defined in: ZipFile.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
jls.util.zip.ZipFile(file)
Creates a zip file.
|
| Method Attributes | Method Name and Description |
|---|---|
|
close()
Closes the zip file.
|
|
|
entries()
Returns the zip entries.
|
|
|
getEntry(name)
Returns an entry depending on the specified name.
|
|
|
getEntryContent(name)
Returns a byte buffer containing the uncompressed entry content.
|
|
|
getName()
Returns the file name.
|
|
|
hasEntry(name)
Tells if this zip file contains a specified entry name.
|
|
|
size()
Returns the zip entry count.
|