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