IO::Compress::Bzip2

IO::Compress::Bzip2 is a Perl module to write bzip2 files/buffers.
Download

IO::Compress::Bzip2 Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Paul Marquess
  • Publisher web site:
  • http://search.cpan.org/~pmqs/IO-Compress-Bzip2-2.012/lib/IO/Compress/Bzip2.pm

IO::Compress::Bzip2 Tags


IO::Compress::Bzip2 Description

IO::Compress::Bzip2 is a Perl module to write bzip2 files/buffers. IO::Compress::Bzip2 is a Perl module to write bzip2 files/buffers.SYNOPSIS use IO::Compress::Bzip2 qw(bzip2 $Bzip2Error) ; my $status = bzip2 $input => $output or die "bzip2 failed: $Bzip2Errorn"; my $z = new IO::Compress::Bzip2 $output or die "bzip2 failed: $Bzip2Errorn"; $z->print($string); $z->printf($format, $string); $z->write($string); $z->syswrite($string ); $z->flush(); $z->tell(); $z->eof(); $z->seek($position, $whence); $z->binmode(); $z->fileno(); $z->opened(); $z->autoflush(); $z->input_line_number(); $z->newStream( ); $z->close() ; $Bzip2Error ; # IO::File mode print $z $string; printf $z $format, $string; tell $z eof $z seek $z, $position, $whence binmode $z fileno $z close $z ; Requirements: · Perl


IO::Compress::Bzip2 Related Software