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

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

public final class Converter
extends Object

The ConvertSeparator helps to return the char associated to the unicode string


Method Summary
static byte[] getByteReturn(String returnCharacter)
           
static char getCharDelimitor(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

getCharDelimitor

public static char getCharDelimitor(String separator)

getByteReturn

public static byte[] getByteReturn(String returnCharacter)

getStringCarriageReturn

public static String getStringCarriageReturn(String returnCharacter)


Apache CAMEL