|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.camel.dataformat.bindy.format.ByteFormat
public class ByteFormat
| Constructor Summary | |
|---|---|
ByteFormat()
|
|
| Method Summary | |
|---|---|
java.lang.String |
format(java.lang.Byte object)
Formats the object into a String |
java.lang.Byte |
parse(java.lang.String string)
Parses a String into an object |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ByteFormat()
| Method Detail |
|---|
public java.lang.String format(java.lang.Byte object)
throws java.lang.Exception
Format
format in interface Format<java.lang.Byte>object - the object
java.lang.Exception - can be thrown
public java.lang.Byte parse(java.lang.String string)
throws java.lang.Exception
Format
parse in interface Format<java.lang.Byte>string - the string
java.lang.Exception - can be thrown
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||