public class UnknownEntry extends GroupEntry
| Constructor and Description |
|---|
UnknownEntry(String type) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
ByteBuffer |
get() |
ByteBuffer |
getContent() |
String |
getType() |
int |
hashCode() |
void |
parse(ByteBuffer byteBuffer) |
void |
setContent(ByteBuffer content) |
String |
toString() |
sizepublic UnknownEntry(String type)
public String getType()
getType in class GroupEntrypublic ByteBuffer getContent()
public void setContent(ByteBuffer content)
public void parse(ByteBuffer byteBuffer)
parse in class GroupEntrypublic ByteBuffer get()
get in class GroupEntryCopyright © 2015. All rights reserved.