public interface ReadContext extends Context, ReadBuffer
TypeHandler4
when instantiating objects.| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
readObject()
Interprets the current position in the context as
an ID and returns the object with this ID.
|
java.lang.Object |
readObject(TypeHandler4 handler)
reads sub-objects, in cases where the
TypeHandler4
is known. |
objectContainer, transactionoffset, readBitMap, readByte, readBytes, readInt, readLong, seekjava.lang.Object readObject()
java.lang.Object readObject(TypeHandler4 handler)
TypeHandler4
is known.