public class MDataValue
extends java.lang.Object
| Constructor and Description |
|---|
MDataValue() |
MDataValue(byte[] content,
long contentLen,
long entryVersion) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getContent() |
long |
getContentLen() |
long |
getEntryVersion() |
void |
setContent(byte[] val) |
void |
setContentLen(long val) |
void |
setEntryVersion(long val) |