public class ByteFormat extends Object implements Format<Byte>
ByteFormat()
String
format(Byte object)
Byte
parse(String string)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ByteFormat()
public String format(Byte object) throws Exception
Format
format
Format<Byte>
object
Exception
public Byte parse(String string) throws Exception
parse
string
Apache Camel