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 -- http://mail.python.org/mailman/listinfo/python-list
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 -- http://mail.python.org/mailman/listinfo/python-list