Tools::ByteOrder

Section: User Contributed Perl Documentation (3)
Updated: 1999-01-04
 

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 - nick@soup.demon.co.uk  

SEE ALSO

Audio::Tools  

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
blog comments powered by Disqus