public abstract class LazyObjectBase
extends java.lang.Object
Constructor and Description |
---|
LazyObjectBase() |
Modifier and Type | Method and Description |
---|---|
abstract java.lang.Object |
getObject()
If the LazyObjectBase is a primitive Object, then deserialize it and return the
actual primitive Object.
|
abstract void |
init(ByteArrayRef bytes,
int start,
int length)
Set the data for this LazyObjectBase.
|
public abstract void init(ByteArrayRef bytes, int start, int length)
bytes
- The wrapper of the byte[].start
- The start position inside the bytes.length
- The length of the data, starting from "start"ByteArrayRef
public abstract java.lang.Object getObject()
Copyright © 2012 The Apache Software Foundation