java.lang.Object
juju.reattore.util.CharUtil
- public class CharUtil
- extends java.lang.Object
Shared character utility methods.
|
Field Summary |
private static int[] |
NIBBLES
|
|
Method Summary |
static int |
fromNibble(int val)
Turns the given character into it's hex value using the HTTP
HEX rules. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NIBBLES
private static final int[] NIBBLES
CharUtil
public CharUtil()
fromNibble
public static final int fromNibble(int val)
- Turns the given character into it's hex value using the HTTP
HEX rules. Basically 0-9, a-f, A-F.