On Sat, Aug 10, 2002 at 06:32:55PM -0700, Martin Wolters wrote:

>       short input = (short)(in[1]|(in[0] << 8));
>         // ?? didn't test this configuration.
>         // Don't know if byte order of CD data is changed 
>         // on different patforms. 

I would assume that the byte order is not changed. That would be
perverse, to always return data in the wrong endianness for the
host platform!

Regards,
Mark

Reply via email to