bitstream

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • gangesmaster

    #1

    bitstream

    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("100100 10")
    b.read(5) # 10010

    or something like that?


    -tomer

  • bearophileHUGS@lycos.com

    #2
    Re: bitstream

    Maybe this is what you are looking for:



    Bye,
    bearophile

    Comment

    Working...