public abstract class GroupEntry extends Object
| Constructor and Description |
|---|
GroupEntry() |
| Modifier and Type | Method and Description |
|---|---|
abstract ByteBuffer |
get() |
abstract String |
getType() |
abstract void |
parse(ByteBuffer byteBuffer) |
int |
size() |
public abstract String getType()
public abstract void parse(ByteBuffer byteBuffer)
public abstract ByteBuffer get()
public int size()
Copyright © 2015. All rights reserved.