in reply to Converting Stream of bits back into Stream of Characters it Encodes

All code correctly solves some problem. It all does something. But, without telling us what problem you're trying to solve, we're unlikely to be able to tell you what is wrong with the code :)

Exactly what is the above supposed to do?

  • Comment on Re: Converting Stream of bits back into Stream of Characters it Encodes

Replies are listed 'Best First'.
Re: Re: Converting Stream of bits back into Stream of Characters it Encodes
by kal (Hermit) on Jun 10, 2002 at 19:05 UTC

    Sorry - in case the above sounded a bit sniffy, you've not told us:

    • Whether you are converting bits to bytes, or de-huffman coding,
    • What endianness the data is,

    ...etc... - there could be many, non-obvious, reasons that code isn't working.