java.lang.Object
org.eclipse.jetty.toolchain.test.Hex

public final class Hex extends Object
  • Field Details

    • hexcodes

      private static final char[] hexcodes
  • Constructor Details

    • Hex

      public Hex()
  • Method Details

    • asByteArray

      public static byte[] asByteArray(String hexString)
    • asByteBuffer

      public static ByteBuffer asByteBuffer(String hexString)
    • asHex

      public static String asHex(byte[] buffer)
    • asHex

      public static String asHex(ByteBuffer buffer)