|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Charset | |
---|---|
be.ehealth.technicalconnector.enumeration | |
be.ehealth.technicalconnector.utils |
Uses of Charset in be.ehealth.technicalconnector.enumeration |
---|
Methods in be.ehealth.technicalconnector.enumeration that return Charset | |
---|---|
static Charset |
Charset.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Charset[] |
Charset.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Uses of Charset in be.ehealth.technicalconnector.utils |
---|
Methods in be.ehealth.technicalconnector.utils with parameters of type Charset | |
---|---|
static byte[] |
ConnectorIOUtils.toBytes(String content,
Charset charsetName)
Get the bytes from the given String by using the correct Charset |
static String |
ConnectorIOUtils.toString(byte[] message,
Charset charsetName)
Convert the given byte[] to a String by using the corrrect Charset |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |