| | |
Converting Int to bytes
Please support our Java advertiser: Programming Forums - DaniWeb Sister Site
![]() |
•
•
Join Date: Mar 2004
Posts: 10
Reputation:
Solved Threads: 0
Hey guys and gals,
an int in java is 4 bytes as we all know i bet.
Trying to break my into 4 bytes :
int foo = 87;
bytes[4] mybyte = new bytes[4];
the problem is i don't really know how to break my int into single bytes
i tried this:
bytes[0] = foo | 1 <<(7-8); //trying to get bits 0-7 here, not working.
not good with shifting, if anyone can give me a boost, it will be much appreciated.
thank you,
Mel
an int in java is 4 bytes as we all know i bet.
Trying to break my into 4 bytes :
int foo = 87;
bytes[4] mybyte = new bytes[4];
the problem is i don't really know how to break my int into single bytes
i tried this:
bytes[0] = foo | 1 <<(7-8); //trying to get bits 0-7 here, not working.
not good with shifting, if anyone can give me a boost, it will be much appreciated.
thank you,
Mel
![]() |
Similar Threads
- Control of RC transmitter (C++)
- Problem with converting char to int (C++)
- converting a char[] to an int (C)
- Int from two bytes (C)
- Converting char into int (C++)
- Converting Int to Const Char (C)
Other Threads in the Java Forum
- Previous Thread: How would you do this?
- Next Thread: Basic help with Java class
| Thread Tools | Search this Thread |
Tag cloud for Java
actionlistener android api apple applet application apps arguments array arrays automation balls binary bluetooth card chat class classes client code component consumer database draw eclipse ee error event exception fractal free game gameprogramming gis givemetehcodez graphics gui html ide image input integer j2me j2seprojects java javaprojects jmf jni jpanel julia jvm key linux list loop machine map method methods migrate mobile mobiledevelopmentcreatejar myaggfun netbeans newbie nextline nls notdisplaying number oracle output print problem program programming project recursion recursive scanner screen security server set size sms socket sort spamblocker sql sqlite string sun swing terminal test threads time tree trolltech windows





