in reply to Re^4: C types and SV's
in thread C types and SV's and unpack
The library attempts to hide bit- and byte-ordering differences between the image and the native machine by converting data to the native machine order. Bit reversal is done if the FillOrder tag is opposite to the native machine bit order. 16- and 32-bit samples are automatically byte-swapped if the file was written with a byte order opposite to the native machine byte orderdo I have to worry about your concerns, or will Perl's pack/unpack be sufficiently general? Thanks.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: C types and SV's
by DrHyde (Prior) on Jul 20, 2010 at 10:03 UTC |