Package org.alfresco.util
Class Utf7
- java.lang.Object
-
- org.alfresco.util.Utf7
-
public class Utf7 extends Object
- Author:
- Mike Shavnev
-
-
Field Summary
Fields Modifier and Type Field Description static StringUTF7static StringUTF7_MODIFIEDstatic StringUTF7_OPTIONAL
-
Constructor Summary
Constructors Constructor Description Utf7()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Stringdecode(String string, String charsetName)Convert string from UTF-7 charactersstatic Stringencode(String string, String charsetName)Convert string to UTF-7 characters
-
-
-
Field Detail
-
UTF7
public static final String UTF7
- See Also:
- Constant Field Values
-
UTF7_OPTIONAL
public static final String UTF7_OPTIONAL
- See Also:
- Constant Field Values
-
UTF7_MODIFIED
public static final String UTF7_MODIFIED
- See Also:
- Constant Field Values
-
-