Clone JSSZip instance
return {JSZip} cloned instsance
Calculate crc32 of given string
string to calculate crc32 from
optional: initializer for crc calc
number
calculated crc32 number
Get a file from the archive
relative path to file
file matching path, null if no file found
Get files matching a RegExp from archive
RegExp to match
return all matching files or an empty array
Add a file to the archive
relative path to file
content of the file
optional information about the file
JSZip object
Get all files wchich match the given filter function
array of matched elements
Return an new JSZip instance with the given folder as root
name of the folder
new JSZip object with the given folder as root or null
Returns new JSZip instances with the matching folders as root
RegExp to match
new array of JSZipFile objects which match the RegExp
Generates a new archive
optional options for the generator
any
the serialized archive
Deserialize zip file
serialized zip file
options for deserializing
returns the JSZip instance
Removes the file or folder from the archive
relative path of file or folder
returns the JSZip instance
UTF8 decode a string
string to decode
string
UTF8 encode a string
string to encode
string