Class Hex
java.lang.Object
org.eclipse.jetty.toolchain.test.Hex
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic byte[]asByteArray(String hexString) static ByteBufferasByteBuffer(String hexString) static StringasHex(byte[] buffer) static StringasHex(ByteBuffer buffer)
-
Field Details
-
hexcodes
private static final char[] hexcodes
-
-
Constructor Details
-
Hex
public Hex()
-
-
Method Details
-
asByteArray
-
asByteBuffer
-
asHex
-
asHex
-