public class DataBlockResult<T> extends Object
Constructor and Description |
---|
DataBlockResult(long dataLength,
DataBlock endBlock,
int nextOffset,
T value) |
Modifier and Type | Method and Description |
---|---|
long |
getDataLength()
The length of the data
|
DataBlock |
getEndBlock()
The end block containing the tail of the data
|
int |
getNextOffset()
The next data stream offset in the end block
|
T |
getValue()
The loaded data
|
String |
toString() |
public int getNextOffset()
public long getDataLength()
public DataBlock getEndBlock()
public T getValue()
Copyright © 2015. All rights reserved.