public final class Hex extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
toHex(byte[] payload,
int maxLength)
Render a byte array as hex string
|
public static String toHex(byte[] payload, int maxLength)
payload - the data to rendermaxLength - the maximum number of byes to renderCopyright © 2017. All rights reserved.