public final class HexSupport extends Object
Modifier and Type | Method and Description |
---|---|
static Buffer |
toBufferFromHex(String hex) |
static String |
toHexFromBuffer(Buffer buffer) |
static String |
toHexFromInt(int value,
boolean trim) |
public static String toHexFromInt(int value, boolean trim)
value
- trim
- if the leading 0's should be trimmed off.Copyright © 2010–2021 FuseSource, Corp.. All rights reserved.