On Tue, Jun 1, 2010 at 12:57 PM, murugadoss <murugadoss2...@gmail.com> wrote:
[..]
> Can anyone please tell me, the way to unpack the binay data from the file.

It would depend on what is in the file. You need to know exactly
what's in there and how it's packed to 'unpack' it. If a file has, for
example, a 4 byte header, you can unpack it into four one byte
characters or a single four byte integer.

-- 
~noufal
http://nibrahim.net.in
_______________________________________________
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers

Reply via email to