Device::Cdio::ISO9660::FS

Device::Cdio::ISO9660::FS is a Perl class for ISO 9660 CD reading.
Download

Device::Cdio::ISO9660::FS Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Rocky Bernstein
  • Publisher web site:
  • http://search.cpan.org/~rocky/Device-Cdio-v0.2.3/lib/Device/Cdio/Track.pm

Device::Cdio::ISO9660::FS Tags


Device::Cdio::ISO9660::FS Description

Device::Cdio::ISO9660::FS is a Perl class for ISO 9660 CD reading. Device::Cdio::ISO9660::FS is a Perl class for ISO 9660 CD reading.SYNOPSISThis encapsulates ISO 9660 Filesystem aspects of CD Tracks. As such this is a This library however needs to be used in conjunction with Device::Cdio::ISO9660. use Device::Cdio::ISO9660:FS; $cd = Device::Cdio::ISO9660::FS->new(-source=>'/dev/cdrom'); $statbuf = $cd->stat ($iso9660_path.$local_filename); $blocks = POSIX::ceil($statbuf->{size} / $perlcdio::ISO_BLOCKSIZE); for (my $i = 0; $i < $blocks; $i++) { my $buf = $cd->read_data_blocks ($statbuf->{LSN} + $i); die if !defined($buf); } print $buf;This is an Object-Oriented interface to the GNU CD Input and Control library (libcdio) which is written in C. This class handles ISO 9660 aspects of a tracks from a CD in a CD-ROM or as a track of a CD image. A CD image is distinct from an ISO 9660 image in that a CD image contains other CD-line information (e.g. tracks, information or assocated with the CD). See also Device::Cdio::ISO9660::IFS for working with an ISO 9660 image.Requirements:· Perl Requirements: · Perl


Device::Cdio::ISO9660::FS Related Software