Class UnicodeHelper

java.lang.Object
org.apache.camel.dataformat.bindy.UnicodeHelper
All Implemented Interfaces:
Serializable

public class UnicodeHelper extends Object implements Serializable
This class replicates the essential parts of the String class in order to aid proper work for Unicode chars in the presense of UTF-16. So for all operations please see String with the same signature. This class is equally immutable.
See Also: