Ionic Zip Library v1.9.1.6
UpdateEntry Method (entryName, byteContent)
Updates the given entry in the ZipFile, using the given byte
array as content for the entry.
Declaration Syntax
Return Value
The ZipEntry added.
Remarks
Calling this method is equivalent to removing the ZipEntry
for the given filename and directory path, if it exists, and then
calling AddEntry(String, array<Byte>[]()[][]). See the
documentation for that method for further explanation.