|
|||||||||
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.RawArrayInput
class RawArrayInput
Extends RawAbstractInput to convert array (ObjectArrayFormat and PrimitiveArrayteKeyFormat) RawObject instances.
Field Summary |
---|
Fields inherited from class com.sleepycat.persist.impl.AbstractInput |
---|
catalog, rawAccess |
Constructor Summary | |
---|---|
RawArrayInput(Catalog catalog,
boolean rawAccess,
java.util.IdentityHashMap converted,
RawObject raw,
Format componentFormat)
|
Method Summary | |
---|---|
int |
readArrayLength()
Called by ObjectArrayFormat and PrimitiveArrayFormat to read the array length. |
(package private) java.lang.Object |
readNext()
|
Methods inherited from class com.sleepycat.persist.impl.RawAbstractInput |
---|
checkAndConvert, checkRawType, 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 |
---|
RawArrayInput(Catalog catalog, boolean rawAccess, java.util.IdentityHashMap converted, RawObject raw, Format componentFormat)
Method Detail |
---|
public int readArrayLength()
EntityInput
readArrayLength
in interface EntityInput
readArrayLength
in class RawAbstractInput
java.lang.Object readNext()
readNext
in class RawAbstractInput
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |