com.sleepycat.persist.impl
Class ConverterReader

java.lang.Object
  extended by com.sleepycat.persist.impl.ConverterReader

public class ConverterReader
extends java.lang.Object

Reader for invoking a class Converter mutation.

See Also:
Serialized Form

Method Summary
 void initializeReader(com.sleepycat.persist.impl.Catalog catalog, int initVersion, Format oldFormat)
           
 java.lang.Object newInstance(EntityInput input, boolean rawAccess)
           
 java.lang.Object readObject(java.lang.Object o, EntityInput input, boolean rawAccess)
           
 void readPriKey(java.lang.Object o, EntityInput input, boolean rawAccess)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

initializeReader

public void initializeReader(com.sleepycat.persist.impl.Catalog catalog,
                             int initVersion,
                             Format oldFormat)

newInstance

public java.lang.Object newInstance(EntityInput input,
                                    boolean rawAccess)

readPriKey

public void readPriKey(java.lang.Object o,
                       EntityInput input,
                       boolean rawAccess)

readObject

public java.lang.Object readObject(java.lang.Object o,
                                   EntityInput input,
                                   boolean rawAccess)