Class UnknownEntry
- java.lang.Object
-
- org.mp4parser.boxes.samplegrouping.GroupEntry
-
- org.mp4parser.boxes.samplegrouping.UnknownEntry
-
public class UnknownEntry extends GroupEntry
-
-
Constructor Summary
Constructors Constructor Description UnknownEntry(String type)
-
Method Summary
Modifier and Type Method Description booleanequals(Object o)ByteBufferget()ByteBuffergetContent()StringgetType()inthashCode()voidparse(ByteBuffer byteBuffer)voidsetContent(ByteBuffer content)StringtoString()-
Methods inherited from class org.mp4parser.boxes.samplegrouping.GroupEntry
size
-
-
-
-
Constructor Detail
-
UnknownEntry
public UnknownEntry(String type)
-
-
Method Detail
-
getType
public String getType()
- Specified by:
getTypein classGroupEntry
-
getContent
public ByteBuffer getContent()
-
setContent
public void setContent(ByteBuffer content)
-
parse
public void parse(ByteBuffer byteBuffer)
- Specified by:
parsein classGroupEntry
-
get
public ByteBuffer get()
- Specified by:
getin classGroupEntry
-
-