I'm making a small application for J2ME. I need to convert long integer to byte table. Those long integers can very long like this: 3460215174411169804
How can I read this long to this kind of byte-table:
byte table[] = new byte[8];
I would like to see some examples.
Remember, I'm using J2ME, so I don't have all the classes in use, what can be use in J2SE.
Don´t doublepost. Please stick to one topic. If you have new questions regarding to the given answers, post them in the originating topic instead of repeating the topic.