Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

Changes between Version 1 and Version 2 of tango.io.compress.BzipStream.BzipOutput

Show
Ignore:
Author:
elite01 (IP: 88.71.38.152)
Timestamp:
07/02/08 08:01:48 (16 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • tango.io.compress.BzipStream.BzipOutput

    v1 v2  
    1 A [http://www.dsource.org/projects/tango/docs/current/tango.io.compress.BzipStream.html BzipOutputStream] is an output filter that compresses data using the [http://en.wikipedia.org/wiki/Bzip2 bzip2] algorithm. 
     1A '''[http://www.dsource.org/projects/tango/docs/current/tango.io.compress.BzipStream.html BzipOutput]''' is an output filter that compresses data using the [http://en.wikipedia.org/wiki/Bzip2 bzip2] algorithm. 
    22 
    33The constructor accepts the output stream to which compressed data is written and optionally the [http://www.bzip.org/1.0.5/bzip2-manual-1.0.5.html#memory-management block size], which influences memory usage during both compression and decompression and compression ratio. The default is 900 KiB, which is also the largest value.