public class HexCodec extends Object
| Constructor and Description |
|---|
HexCodec() |
| Modifier and Type | Method and Description |
|---|---|
static String |
hexDecode(String value) |
static String |
hexDecode(String value,
boolean usePlusesForSpaces) |
static String |
hexEncode(String value) |
static String |
hexEncode(String value,
boolean usePlusesForSpaces) |
public static String hexDecode(String value) throws NumberFormatException
NumberFormatExceptionpublic static String hexDecode(String value, boolean usePlusesForSpaces) throws NumberFormatException
NumberFormatExceptionCopyright © 2019. All rights reserved.