public final class Converter extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
ISO_8859_1 |
static String |
UTF_8 |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
getBytesIso8859(String string) |
static byte[] |
getBytesUtf8(String string) |
static String |
hexToString(byte[] data) |
static byte[] |
toBytes(String string) |
static String |
toString(byte[] array) |
public static final String UTF_8
public static final String ISO_8859_1
public static String toString(byte[] array)
public static byte[] toBytes(String string)
public static byte[] getBytesUtf8(String string)
public static byte[] getBytesIso8859(String string)
public static String hexToString(byte[] data)
Copyright © 2017 PAWLIDI.DE. All rights reserved.