MAN page from Old RedHat 6.X perl-Audio-Tools-0.01-6.i386.rpm
Tools::ByteOrder
Section: User Contributed Perl Documentation (3)
Updated: perl 5.005, patch 03
Index NAME
Audio::Tools::ByteOrder - Unpacking rules for little endian machines.
SYNOPSIS
use Audio::Tools::ByteOrder; my $pack_order = new Audio::Tools::ByteOrder; my $pack_type = $pack_order -> pack_type(), my $pack_length = $pack_order -> pack_length(),
DESCRIPTION
This is currently the unpacking rules for little endian machines,
AUTHOR
Nick Peskett - nickAATTsoup.demon.co.uk
SEE ALSO
the
Audio::Tools manpage
METHODS
new
Returns a blessed Audio::Tools::ByteOrder object.
my $pack_order = new Audio::Tools::ByteOrder;
pack_type
Returns a reference to a hash containing the pack types for various data formats.
my $pack_type = $pack_order -> pack_type(),
pack_length
Returns a reference to a hash containing the packed lengths for various data formats.
my $pack_length = $pack_order -> pack_length(),
Index
- NAME
- SYNOPSIS
- DESCRIPTION
- AUTHOR
- SEE ALSO
- METHODS
- new
- pack_type
- pack_length
This document was created byman2html,using the manual pages.