IO::Uncompress::Bunzip2

IO::Uncompress::Bunzip2 is a Perl module to read bzip2 files/buffers.
Download

IO::Uncompress::Bunzip2 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::Uncompress::Bunzip2 Tags


IO::Uncompress::Bunzip2 Description

IO::Uncompress::Bunzip2 is a Perl module to read bzip2 files/buffers. IO::Uncompress::Bunzip2 is a Perl module to read bzip2 files/buffers.SYNOPSIS use IO::Uncompress::Bunzip2 qw(bunzip2 $Bunzip2Error) ; my $status = bunzip2 $input => $output or die "bunzip2 failed: $Bunzip2Errorn"; my $z = new IO::Uncompress::Bunzip2 $input or die "bunzip2 failed: $Bunzip2Errorn"; $status = $z->read($buffer) $status = $z->read($buffer, $length) $status = $z->read($buffer, $length, $offset) $line = $z->getline() $char = $z->getc() $char = $z->ungetc() $char = $z->opened() $data = $z->trailingData() $status = $z->nextStream() $data = $z->getHeaderInfo() $z->tell() $z->seek($position, $whence) $z->binmode() $z->fileno() $z->eof() $z->close() $Bunzip2Error ; # IO::File mode < $z > read($z, $buffer); read($z, $buffer, $length); read($z, $buffer, $length, $offset); tell($z) seek($z, $position, $whence) binmode($z) fileno($z) eof($z) close($z)This module provides a Perl interface that allows the reading of bzip2 files/buffers.For writing bzip2 files/buffers, see the companion module IO::Compress::Bzip2. Requirements: · Perl


IO::Uncompress::Bunzip2 Related Software