|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DataBinding
The interface implemented by all data-to-object bindings.
Method Summary | |
---|---|
java.lang.Object |
dataToObject(DataBuffer data)
Converts a data buffer into an Object. |
DataFormat |
getDataFormat()
Returns the format used for the data of this binding. |
void |
objectToData(java.lang.Object object,
DataBuffer data)
Converts an Object into a data buffer. |
Method Detail |
---|
java.lang.Object dataToObject(DataBuffer data) throws java.io.IOException
data
- is the source data buffer.
java.io.IOException
void objectToData(java.lang.Object object, DataBuffer data) throws java.io.IOException
object
- is the source Object.data
- is the destination data buffer.
java.io.IOException
DataFormat getDataFormat()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |