public final class ByteArrayHelper
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
toHexString(byte[] bytes)
Converts the provided byte array to a hexadecimal string
|
public static java.lang.String toHexString(byte[] bytes)
Adapted from http://stackoverflow.com/a/21429909/466862 by higginse
bytes - byte array (not nullCopyright © 2001-2017 Jaybird (Firebird JDBC/JCA) team. All rights reserved.