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() |
size
public UnknownEntry(String type)
public String getType()
getType
in class GroupEntry
public ByteBuffer getContent()
public void setContent(ByteBuffer content)
public void parse(ByteBuffer byteBuffer)
parse
in class GroupEntry
public ByteBuffer get()
get
in class GroupEntry
Copyright © 2015. All rights reserved.