|
Boost : |
From: Jonathan de Halleux (dehalleux_at_[hidden])
Date: 2003-10-10 10:55:57
I've uploaded a new version of the zipstream (see link below)
- the library is now fully "policized": to add a new compression algorithm,
you (basically) need to write to small policy classes.
- bzip2 library added
- adds compress, decompress methods. For example, to compress a stream to
another:
gzip_compressor gz;
compress( input_stream, output_stream, gz) ;
and decompress
gzip_decompressor dgz;
decompress( compress_intput_stream, output_stream, dgz);
More suggestions :)
At 22:03 9/10/2003 +0330, you wrote:
> > Suggestions ?
>
>Do you provide one-step compression/decompression functions? I think it
>would be useful to have something like:
>
> compress< compressor >( data, ... );
> // and
> decompress< decompressor >( compressed_data, ... );
>
>-------------
>Ehsan Akhgari
>
>List Owner: MSVC_at_[hidden]
>
>[ Email: ehsan_at_[hidden] ]
>[ WWW: http://www.beginthread.com/Ehsan ]
>
>
>_______________________________________________
>Unsubscribe & other changes:
>http://lists.boost.org/mailman/listinfo.cgi/boost
-----------------------------------------------------------------------------------
Jonathan de Halleux, Research Assistant
Center for Systems Engineering and Applied Mechanics (CESAME)
Universite catholique de Louvain
Batiment Euler , Av. Georges Lemaitre, 4 Tel : +32-10-47 2595
B-1348 Louvain-la-Neuve Belgium
E-mail : dehalleux_at_[hidden]
-----------------------------------------------------------------------------------
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk