Class core.Zip-ZipEntry
Defined in: Zip.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
| <inner> |
core.Zip-ZipEntry(url, stream)
Create a new ZipEntry.
|
| Field Attributes | Field Name and Description |
|---|---|
| Method Attributes | Method Name and Description |
|---|---|
| <inner> |
handleEntryData(data, callback)
|
| <inner> |
load(callback)
|
| <inner> |
set(filename, data, compressed, date)
|
Class Detail
<inner>
core.Zip-ZipEntry(url, stream)
Create a new ZipEntry.
If the stream is not provided, the object should be initialized
with ZipEntry.set()
- Parameters:
- {!string} url
- {!core.ByteArray=} stream
Field Detail
error
Method Detail
<inner>
{undefined}
handleEntryData(data, callback)
- Parameters:
- {!Runtime.ByteArray} data
- {!function(?string|?Runtime.ByteArray)} callback
- Returns:
- {undefined}
<inner>
{undefined}
load(callback)
- Parameters:
- {!function(?string|?Runtime.ByteArray)} callback
- Returns:
- {undefined}
<inner>
{undefined}
set(filename, data, compressed, date)
- Parameters:
- {!string} filename
- {!Runtime.ByteArray} data
- {!boolean} compressed
- {!Date} date
- Returns:
- {undefined}