bitstream

gangesmaster tomerfiliba at gmail.com
Fri May 19 15:01:51 EDT 2006


anyone has a good bit-stream reader and writer?
(before i go to write my own)

i.e.

f = open(..)
b = BitStream(f)
b.write("10010010")
b.read(5) # 10010

or something like that?


-tomer




More information about the Python-list mailing list