I know how to do this the long way (create a byte array of the necessary size, then used a for loop and casting every element from the int array), but was wondering if there was a faster way. seems the way above would break if the int was bigger than an sbyte.
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
| show 2 more comments |
|
If you want a bitwise copy, i.e. get 4 bytes out of one int, then use
Don't use |
|||||||
|
|
You could always make a function that does this, so you dont have to repeat it all over you code ( assuming you would do this more then once ). |
|||
|
|
|
|||||||||||
|
byte arrayand "bigger thanshort" mismatch. – Henk Holterman May 5 '11 at 12:15