-
IntegerFormatting
- Class in
de.topobyte.formatting
-
A utility class for converting primitive int and long values to hex, octal and binary strings.
-
IntegerFormatting() - Constructor for class de
.topobyte
.formatting
.
IntegerFormatting
-
-
intToBinaryString(int) - Static method in class de
.topobyte
.formatting
.
IntegerFormatting
-
Returns a string representation of the integer argument as an unsigned integer in base 2.
-
intToHexString(int, Case) - Static method in class de
.topobyte
.formatting
.
IntegerFormatting
-
Returns a string representation of the integer argument as an unsigned integer in base 16.
-
intToOctalString(int) - Static method in class de
.topobyte
.formatting
.
IntegerFormatting
-
Returns a string representation of the integer argument as an unsigned integer in base 8.