I have an input byte stream consisting of numbers in the set {0 - 15} exclusively of about 1000 bytes.
What I would like to do is to be able to somehow store that mathematically in ONE unsigned integer and then, having in hand the the last byte value that was "encoded" into that unsigned integer, mathematically reverse it back to the original byte stream.
I am hoping there is a way to mathematically encode the values into an integer and then decoding them back.
Do you know how?
2006-09-27
02:59:52
·
4 answers
·
asked by
Anonymous
in
Science & Mathematics
➔ Mathematics