public class PublicUtils extends Object
| Constructor and Description |
|---|
PublicUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getHexadecimalString(byte[] data,
int offset,
int length)
Hexadecimal string for the pointed data.
|
public static String getHexadecimalString(byte[] data, int offset, int length)
data - data to encode.offset - starting offset.length - length of the data to encode.Copyright © 2005–2025 Onix Solutions. All rights reserved.