Package org.apache.tomcat.util.buf
Class HexUtils
java.lang.Object
org.apache.tomcat.util.buf.HexUtils
Tables useful when converting byte arrays to and from strings of hexadecimal digits. Code from Ajp11, from Apache's
 JServ.
- Author:
- Craig R. McClanahan
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic byte[]fromHexString(String input) static intgetDec(int index) static bytegetHex(int index) static StringtoHexString(byte[] bytes) static StringtoHexString(char c) 
- 
Constructor Details- 
HexUtilspublic HexUtils()
 
- 
- 
Method Details- 
getDecpublic static int getDec(int index) 
- 
getHexpublic static byte getHex(int index) 
- 
toHexString
- 
toHexString
- 
fromHexString
 
-