stream 作りたい

gzip とか bzip2 なファイルを stream で読みたいなー、と思った。
streambuf をうまく拡張すればよさそう。やり方は http://homepage2.nifty.com/well/Stream.html#making_stream_object_1″ に例がある。
zlib の使い方は奥村先生のページ: http://oku.edu.mie-u.ac.jp/~okumura/compression/zlib.html に、bzlib の使い方はファイヤープロジェクトのページ: http://www.fireproject.jp/feature/c-language/etc/bzlib.html にある。

コメントを残す