public class Util extends Object
Modifier and Type | Method and Description |
---|---|
static String |
bytesToHex(byte[] bytes) |
static String |
bytesToHex(byte[] bytes,
boolean lowerCase) |
static String |
bytesToHex(byte[] bytes,
boolean lowerCase,
String spacing) |
static String |
longToByteString(long value) |
static String |
longToByteString(long value,
boolean lowerCase) |
static String |
shortsToHex(int[] shorts) |
static String |
shortsToHex(int[] shorts,
boolean lowerCase) |
public static String bytesToHex(byte[] bytes, boolean lowerCase)
public static String bytesToHex(byte[] bytes)
public static String shortsToHex(int[] shorts)
public static String shortsToHex(int[] shorts, boolean lowerCase)
public static String longToByteString(long value)
public static String longToByteString(long value, boolean lowerCase)
Copyright © 2020–2024 Stiftung SIC. All rights reserved.