Audio::TagLib::ByteVector 1.42 review

Download
by rbytes.net on

Audio::TagLib::ByteVector is a byte vector. SYNOPSIS use Audio::TagLib::ByteVector; my $i = Audio::TagLib::ByteVector-

License: Perl Artistic License
File size: 1479K
Developer: Dongxu Ma
0 stars award from rbytes.net

Audio::TagLib::ByteVector is a byte vector.

SYNOPSIS

use Audio::TagLib::ByteVector;

my $i = Audio::TagLib::ByteVector->new();
$i->setData("blah blah blah");
print $i->data(), "n"; # got "blah blah blah"

This class provides a byte vector with some methods that are useful for tagging purposes. Many of the search functions are tailored to what is useful for finding tag related paterns in a data array.

Requirements:
Perl

Audio::TagLib::ByteVector 1.42 search tags