jimm.evote.db
Class VoteBinding

java.lang.Object
  extended bycom.sleepycat.bind.tuple.TupleBinding
      extended byjimm.evote.db.VoteBinding
All Implemented Interfaces:
EntryBinding

public class VoteBinding
extends TupleBinding

Translates Votes to and from storage format.


Constructor Summary
VoteBinding()
           
 
Method Summary
 java.lang.Object entryToObject(TupleInput ti)
           
 void objectToEntry(java.lang.Object object, TupleOutput to)
           
 
Methods inherited from class com.sleepycat.bind.tuple.TupleBinding
entryToInput, entryToObject, getPrimitiveBinding, inputToEntry, newOutput, newOutput, objectToEntry, outputToEntry
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VoteBinding

public VoteBinding()
Method Detail

objectToEntry

public void objectToEntry(java.lang.Object object,
                          TupleOutput to)

entryToObject

public java.lang.Object entryToObject(TupleInput ti)


Copyright (c) 2004 by Jim Menard jimm@io.com