aQute.lib.hex
Class Hex
java.lang.Object
aQute.lib.hex.Hex
public class Hex
- extends Object
|
Constructor Summary |
Hex()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Hex
public Hex()
toByteArray
public static final byte[] toByteArray(String string)
nibble
public static final int nibble(char c)
toHexString
public static final String toHexString(byte[] data)
append
public static final void append(Appendable sb,
byte[] data)
throws IOException
- Throws:
IOException
nibble
public static final char nibble(int i)
isHex
public static boolean isHex(String pub)
Copyright © 2014 aQute SARL. All rights reserved.