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 (Aspire 2)
Factory Name com.searchtechnologies.aspire:aspire-archive-formats
subType bzip2DecompressStream
Inputs job.contentStream
Outputs Replaces 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