|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jkristian.io.Hexadecimal
public class Hexadecimal
Utility functions for hexadecimal encoding.
Field Summary | |
---|---|
static java.lang.String |
ALPHABET
Characters that are significant in encoded data. |
Constructor Summary | |
---|---|
Hexadecimal()
|
Method Summary | |
---|---|
static java.lang.String |
format(byte b)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String ALPHABET
ALPHABET.charAt(0)
encodes 0, and so on up to ALPHABET.charAt(15)
which encodes 15.
Upper case letters are used, as required for Quoted-Printable (RFC 2045 section 6.7),
and recommended for URL encoding (RFC 1738 section 2.2).
Constructor Detail |
---|
public Hexadecimal()
Method Detail |
---|
public static java.lang.String format(byte b)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |