Yama <(E-Mail Removed)> wrote:
> I have the following binary data:
>
> 0x800006000000
As what?
> which is equivalent to the followin
>
> byte[] bytes = new byte[6];
> bytes[0] = 0x80;
> bytes[1] = 0x00;
> bytes[2] = 0x06;
> bytes[3] = 0x00;
> bytes[4] = 0x00;
> bytes[5] = 0x00;
>
> How can I parse the binary to the quivalent byte array?
It would help if you could give more details. When you say you have the
data, what format do you have it in? A long? A string?
--
Jon Skeet - <(E-Mail Removed)>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too