public class Utf7 extends Object
Modifier and Type | Field and Description |
---|---|
static String |
UTF7 |
static String |
UTF7_MODIFIED |
static String |
UTF7_OPTIONAL |
Constructor and Description |
---|
Utf7() |
Modifier and Type | Method and Description |
---|---|
static String |
decode(String string,
String charsetName)
Convert string from UTF-7 characters
|
static String |
encode(String string,
String charsetName)
Convert string to UTF-7 characters
|
public static final String UTF7
public static final String UTF7_OPTIONAL
public static final String UTF7_MODIFIED
Copyright © 2005–2017 Alfresco Software. All rights reserved.