Need to convert an arbitrary byte-pair to an int.

Graham Nicholls graham at rockcons.co.uk
Thu Aug 7 07:53:34 EDT 2003


Hi,
I'm trying to size a jpeg file.  The file size is held in a short (2 byte
integer) at a certain offset.  Once I've found these two bytes (they're in
MSB,LSB order), I need to convert them to an integer - now I know that in C
I'd just cast a pointer to the offset to a short, and that python doesn't
cast, so how can I extract the value from a stream of bytes.  I've looked
at python.org/Doc/current (I'm using 2.3b1), but can't find anything
obvious.



Thanks

-- 
Graham Nicholls
Rock Computer Consultancy





More information about the Python-list mailing list