OpenWGA 7.9 - TMLScript reference

ZipStream
Method :

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
  • WebTML pages and normal WebTML actions
  • Master actions
  • TMLScript tasks in jobs
  • Content type events