com.sleepycat.persist.impl
Class RawComplexInput

java.lang.Object
  extended by com.sleepycat.persist.impl.AbstractInput
      extended by com.sleepycat.persist.impl.RawAbstractInput
          extended by com.sleepycat.persist.impl.RawComplexInput
All Implemented Interfaces:
EntityInput

 class RawComplexInput
extends RawAbstractInput

Extends RawAbstractInput to convert complex (ComplexFormat and CompositeKeyFormat) RawObject instances.

Author:
Mark Hayes

Field Summary
 
Fields inherited from class com.sleepycat.persist.impl.AbstractInput
catalog, rawAccess
 
Constructor Summary
RawComplexInput(Catalog catalog, boolean rawAccess, IdentityHashMap converted, FieldInfo[] fields, RawObject[] objects)
           
 
Method Summary
(package private)  Object readNext()
           
 
Methods inherited from class com.sleepycat.persist.impl.RawAbstractInput
checkAndConvert, checkRawType, readArrayLength, readBigInteger, readBoolean, readByte, readChar, readEnumConstant, readInt, readKeyObject, readLong, readObject, readShort, readSortedDouble, readSortedFloat, readString, registerPriKeyObject, skipField
 
Methods inherited from class com.sleepycat.persist.impl.AbstractInput
getCatalog, isRawAccess, setRawAccess
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RawComplexInput

RawComplexInput(Catalog catalog,
                boolean rawAccess,
                IdentityHashMap converted,
                FieldInfo[] fields,
                RawObject[] objects)
Method Detail

readNext

Object readNext()
Specified by:
readNext in class RawAbstractInput


Copyright 2004,2008 Oracle. All rights reserved.