org.apache.camel.dataformat.bindy.util
Class ConverterUtils

java.lang.Object
  extended by org.apache.camel.dataformat.bindy.util.ConverterUtils

public final class ConverterUtils
extends Object

To help return the char associated to the unicode string


Method Summary
static byte[] getByteReturn(String returnCharacter)
           
static char getCharDelimiter(String separator)
           
static String getStringCarriageReturn(String returnCharacter)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getCharDelimiter

public static char getCharDelimiter(String separator)

getByteReturn

public static byte[] getByteReturn(String returnCharacter)

getStringCarriageReturn

public static String getStringCarriageReturn(String returnCharacter)


Apache Camel