public class UserLog extends Object
| Constructor and Description |
|---|
UserLog(long index,
ByteBuffer data) |
| Modifier and Type | Method and Description |
|---|---|
ByteBuffer |
getData() |
long |
getIndex() |
void |
reset() |
void |
setData(ByteBuffer data) |
void |
setIndex(long index) |
String |
toString() |
public UserLog(long index,
ByteBuffer data)
public long getIndex()
public void setIndex(long index)
public ByteBuffer getData()
public void setData(ByteBuffer data)
public void reset()
Copyright © 2024. All rights reserved.