com.sybase.jdbc2.utils
Class HexConverts
java.lang.Object
|
+--com.sybase.jdbc2.utils.HexConverts
- public class HexConverts
- extends Object
Methods inherited from class java.lang.Object |
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize |
HEX_DIGITS
private final static java.lang.String HEX_DIGITS
HEX_INTS
public final static int[] HEX_INTS
HexConverts
private HexConverts()
binaryConvert
public static java.lang.String binaryConvert(long , int )
hexConvert
public static java.lang.String hexConvert(int , int )
hexConvert
public static java.lang.String hexConvert(long , int )
hexConvert
public static java.lang.String hexConvert(byte[] )
hexConvert
public static java.lang.String hexConvert(byte[] , int )