com.sleepycat.bind

Class ByteArrayBinding

public class ByteArrayBinding extends Object implements EntryBinding

A pass-through EntryBinding that uses the entry's byte array as the key or data object.
Constructor Summary
ByteArrayBinding()
Creates a byte array binding.
Method Summary
ObjectentryToObject(DatabaseEntry entry)
voidobjectToEntry(Object object, DatabaseEntry entry)

Constructor Detail

ByteArrayBinding

public ByteArrayBinding()
Creates a byte array binding.

Method Detail

entryToObject

public Object entryToObject(DatabaseEntry entry)

objectToEntry

public void objectToEntry(Object object, DatabaseEntry entry)