com.sleepycat.persist.impl
Class ConverterReader
java.lang.Object
com.sleepycat.persist.impl.ConverterReader
- All Implemented Interfaces:
- Reader, java.io.Serializable
public class ConverterReader
- extends java.lang.Object
- implements Reader
Reader for invoking a class Converter mutation.
- Author:
- Mark Hayes
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConverterReader
ConverterReader(Converter converter)
initializeReader
public void initializeReader(Catalog catalog,
int initVersion,
Format oldFormat)
- Specified by:
initializeReader
in interface Reader
newInstance
public java.lang.Object newInstance(EntityInput input,
boolean rawAccess)
- Specified by:
newInstance
in interface Reader
readPriKey
public void readPriKey(java.lang.Object o,
EntityInput input,
boolean rawAccess)
- Specified by:
readPriKey
in interface Reader
readObject
public java.lang.Object readObject(java.lang.Object o,
EntityInput input,
boolean rawAccess)
- Specified by:
readObject
in interface Reader
Copyright 2004,2008 Oracle. All rights reserved.