org.apache.struts2.util.tomcat.buf
Class HexUtils
java.lang.Object
org.apache.struts2.util.tomcat.buf.HexUtils
public final class HexUtils
- extends Object
Tables useful when converting byte arrays to and from strings of hexadecimal
digits.
Code from Ajp11, from Apache's JServ.
- Author:
- Craig R. McClanahan
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HexUtils
public HexUtils()
getDec
public static int getDec(int index)
getHex
public static byte getHex(int index)
toHexString
public static String toHexString(byte[] bytes)
fromHexString
public static byte[] fromHexString(String input)
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.