The BZip2 stage decompresses an InputStream which represents data from BZip2 compression. It takes a compressed InputStream as input and produces a decompressed InputStream as output.

BZip2 Decompress Stream
Factory Namecom.searchtechnologies.aspire:aspire-archive-formats
subType

bzip2DecompressStream

Inputsjob.contentStream
OutputsReplaces job.contentStream by wrapping it with with a BZip2 Stream decompressor, and creating a new stream which represents the decompressed version of the input stream.

Configuration

There are no configurable parameters for this stage.

Example Configurations

 <component name="Decompress" subType="bzip2DecompressStream" factoryName="aspire-archive-formats" />
  • No labels