Android Utililty Methods Char Bit Set
List of utility methods to do Char Bit Set
HOME
Android
C
Char Bit Set
Description
The list of methods to do Char Bit Set are organized into topic(s).
Method
char
swap(char x)
swap
return
(
char
) ((x << 8) | ((x >> 8) & 0xff));