com.sleepycat.persist.impl
Class RawComplexInput
java.lang.Object
com.sleepycat.persist.impl.AbstractInput
com.sleepycat.persist.impl.RawAbstractInput
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
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RawComplexInput
RawComplexInput(Catalog catalog,
boolean rawAccess,
IdentityHashMap converted,
FieldInfo[] fields,
RawObject[] objects)
readNext
Object readNext()
- Specified by:
readNext
in class RawAbstractInput
Copyright (c) 2004-2010 Oracle. All rights reserved.