|
IO::Filter::bunzip2 - Bunzip2 compression filter |
IO::Filter::bunzip2 - Bunzip2 compression filter
use IO::Filter::bunzip2;
$io = ...; # any IO handle $fio = new IO::Filter::bunzip2 ($io, "r"); # then you can read bunzip2-compressed bytes from $fio
$io = ...; # any IO handle $fio = new IO::Filter::bunzip2 ($io, "w"); # write bytes to $fio, they are written bzipped to $io
Richard Jones (rich@annexia.org)
Copyright (C) 2001 Richard Jones (rich@annexia.org)
the IO::Filter(3) manpage, perl(1).
|
IO::Filter::bunzip2 - Bunzip2 compression filter |