Constructs a new bzip2 decompression filter. You need to pass in the
stream that the decompression filter will read from. If you are using
this filter with a conduit, the idiom to use is:
The small argument, if set to true, instructs bzip2 to perform
decompression using half the regular amount of memory, at the cost of
running at half speed.
Constructs a new bzip2 decompression filter. You need to pass in the stream that the decompression filter will read from. If you are using this filter with a conduit, the idiom to use is:
The small argument, if set to true, instructs bzip2 to perform decompression using half the regular amount of memory, at the cost of running at half speed.