com.sleepycat.persist.impl
Class RawSingleInput

java.lang.Object
  extended by com.sleepycat.persist.impl.AbstractInput
      extended by com.sleepycat.persist.impl.RawAbstractInput
          extended by com.sleepycat.persist.impl.RawSingleInput
All Implemented Interfaces:
EntityInput

 class RawSingleInput
extends RawAbstractInput

Extends RawAbstractInput to convert array (ObjectArrayFormat and PrimitiveArrayteKeyFormat) RawObject instances.

Author:
Mark Hayes

Field Summary
 
Fields inherited from class com.sleepycat.persist.impl.AbstractInput
catalog, rawAccess
 
Constructor Summary
RawSingleInput(Catalog catalog, boolean rawAccess, IdentityHashMap converted, Object singleValue, Format declaredFormat)
           
 
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, 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

RawSingleInput

RawSingleInput(Catalog catalog,
               boolean rawAccess,
               IdentityHashMap converted,
               Object singleValue,
               Format declaredFormat)
Method Detail

readNext

Object readNext()
Specified by:
readNext in class RawAbstractInput


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