Programming Tutorials

Comment on Tutorial - The Bitwise Operators By aathishankaran



Comment Added by : echo

Comment Added at : 2011-04-05 11:50:41

Comment on Tutorial : The Bitwise Operators By aathishankaran
hello, that was very useful
but i have a byte array that i need to left/right shift.the reason for that is i have to encode a string containing 8-bit-character to 7-bit-character (and then decode it). how can i do the shifting or even Better, the encoding ?

thank you very much ;)

i am using J2ME by the way


View Tutorial