public final class Hex extends Object
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
getBytes(byte b)
Returns the bytes corresponding to the ASCII hex encoding of the given byte.
|
static String |
getString(byte b)
Returns a hex string of the given byte.
|
public static String getString(byte b)
public static byte[] getBytes(byte b)
Copyright © 2015–2020 The veraPDF Consortium. All rights reserved.