Deflate Service (com.ibi.agents.XDDeflateAgent)

Syntax:

com.ibi.agents.XDDeflateAgent

iIT Service Object:

exit_preemit: Deflate Agent

misc: Deflate Agent

Description:

This service is used to compress the document for transmission or storage. The document is flattened to a byte stream, and compression algorithms are applied. The output of this service is a flat document.

Parameters:

Parameter

Description

Method of compression to use *

Determines what format of compression should be used on the output. Select one of the following options from the drop-down list:

  • none (default). No compression is used.
  • smallest. The smallest possible output, regardless of the execution time.
  • fastest. The fastest possible execution time, even if the degree of deflation is reduced.
  • standard. A compromise between smallest and fastest is used.
  • Huffman. An entropic encoding scheme is applied.

Edges:

The edges returned are listed in the following table.

Edge

Description

success

Successful operation.

fail_operation

The decompression could not be performed. The data is probably not deflated.