|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sleepycat.persist.impl.AbstractInput
com.sleepycat.persist.impl.RawAbstractInput
com.sleepycat.persist.impl.RawComplexInput
class RawComplexInput
Extends RawAbstractInput to convert complex (ComplexFormat and CompositeKeyFormat) RawObject instances.
| Field Summary |
|---|
| Fields inherited from class com.sleepycat.persist.impl.AbstractInput |
|---|
catalog, rawAccess |
| Constructor Summary | |
|---|---|
RawComplexInput(Catalog catalog,
boolean rawAccess,
java.util.IdentityHashMap converted,
FieldInfo[] fields,
RawObject[] objects)
|
|
| Method Summary | |
|---|---|
(package private) java.lang.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(Catalog catalog,
boolean rawAccess,
java.util.IdentityHashMap converted,
FieldInfo[] fields,
RawObject[] objects)
| Method Detail |
|---|
java.lang.Object readNext()
readNext in class RawAbstractInput
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||