Class Index | File Index

Classes


Class core.Zip-ZipEntry


Defined in: Zip.js.

Class Summary
Constructor Attributes Constructor Name and Description
<inner>  
core.Zip-ZipEntry(url, stream)
Create a new ZipEntry.
Field Summary
Field Attributes Field Name and Description
 
 
Method Summary
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
data

error
Method Detail
<inner> {undefined} handleEntryData(data, callback)
Parameters:
{!Uint8Array} data
{!function(?string|?Uint8Array)} callback
Returns:
{undefined}

<inner> {undefined} load(callback)
Parameters:
{!function(?string|?Uint8Array)} callback
Returns:
{undefined}

<inner> {undefined} set(filename, data, compressed, date)
Parameters:
{!string} filename
{!Uint8Array} data
{!boolean} compressed
{!Date} date
Returns:
{undefined}

Documentation generated by JsDoc Toolkit 2.4.0 on Fri Apr 17 2015 18:10:36 GMT+0200 (MESZ)