com.sleepycat.persist.impl
Class RawArrayInput
java.lang.Object
com.sleepycat.persist.impl.AbstractInput
com.sleepycat.persist.impl.RawAbstractInput
com.sleepycat.persist.impl.RawArrayInput
- All Implemented Interfaces:
- EntityInput
class RawArrayInput
- extends RawAbstractInput
Extends RawAbstractInput to convert array (ObjectArrayFormat and
PrimitiveArrayteKeyFormat) RawObject instances.
- Author:
- Mark Hayes
Method Summary |
int |
readArrayLength()
Called by ObjectArrayFormat and PrimitiveArrayFormat to read the array
length. |
(package private) 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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RawArrayInput
RawArrayInput(Catalog catalog,
boolean rawAccess,
IdentityHashMap converted,
RawObject raw,
Format componentFormat)
readArrayLength
public int readArrayLength()
- Description copied from interface:
EntityInput
- Called by ObjectArrayFormat and PrimitiveArrayFormat to read the array
length.
- Specified by:
readArrayLength
in interface EntityInput
- Overrides:
readArrayLength
in class RawAbstractInput
readNext
Object readNext()
- Specified by:
readNext
in class RawAbstractInput
Copyright 2004,2008 Oracle. All rights reserved.