OpenWGA 7.11 - TMLScript reference
ZipStreamMethod :
addEntry(name, inputstream)
| On object | ZipStream |
| Usage | Adds (copies) the content of an input stream to the zip stream. |
| Parameters |
name (String): The name of the ZIP entry to be added inputstream (java.io.InputStream) The input stream to copy from. |
| Return value | The ZipStream for further chaning |
| Allowed in script types |
|