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

Changes between Version 2 and Version 3 of tango.io.compress.BzipStream.BzipInput

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

--

Legend:

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

    v2 v3  
    33The constructor accepts the input stream from which compressed data is read and optionally the small-flag, which cuts memory usage in half but doubles decompression time. This should only be used on machines that are really low on memory (8 MiB or less). 
    44 
     5Currently, end of file handling is broken: a !BzipClosedException is thrown instead of eof being reported properly. See ticket [ticket:1021]. 
     6 
    57Make sure you link in [http://www.bzip.org/ libbzip2] when building programs using !BzipInputStream.