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, readSortedBigDecimal, readSortedDouble, readSortedFloat, readString, readStringObject, registerPriKeyObject, registerPriStringKeyObject, 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()
          throws RefreshException
Specified by:
readNext in class RawAbstractInput
Throws:
RefreshException


Copyright (c) 2004-2012 Oracle. All rights reserved.