Device::Cdio::ISO9660::IFS

Device::Cdio::ISO9660::IFS is a class for ISO 9660 Filesystem image reading.
Download

Device::Cdio::ISO9660::IFS 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::IFS Tags


Device::Cdio::ISO9660::IFS Description

Device::Cdio::ISO9660::IFS is a class for ISO 9660 Filesystem image reading. Device::Cdio::ISO9660::IFS is a class for ISO 9660 Filesystem image reading.SYNOPSISThis encapsulates ISO 9660 filesystem Image handling. The class is often used in conjunction with Device::Cdio::ISO9660. use Device::Cdio::ISO9660; use Device::Cdio::ISO9660::IFS; $iso = Device::Cdio::ISO9660::IFS->new(-source=>'copying.iso'); $id = $iso->get_application_id(); @file_stats = $iso->readdir($path); foreach my $href (@file_stats) { printf "%s %s%sn", $href->{is_dir} ? "d" : "-", $href->{LSN}, $href->{size}, $path, Device::Cdio::ISO9660::name_translate($href->{filename}); }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 an ISO 9600 image. An ISO 9660 image is distinct from a CD or a CD iamge in that the latter contains other CD-like information (e.g. tracks, information or assocated with the CD). See also Device::Cdio::ISO9660::FS for working with a CD or CD image. Requirements: · Perl


Device::Cdio::ISO9660::IFS Related Software