| 
 | Berkeley DB version 4.2.52 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
The interface implemented by all data-to-object bindings.
| Method Summary | |
|  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(Object object,
             DataBuffer data)Converts an Object into a data buffer. | 
| Method Detail | 
public Object dataToObject(DataBuffer data)
                    throws IOException
data - is the source data buffer.
IOException
public void objectToData(Object object,
                         DataBuffer data)
                  throws IOException
object - is the source Object.data - is the destination data buffer.
IOExceptionpublic DataFormat getDataFormat()
| 
 | Berkeley DB version 4.2.52 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||