|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Box
Defines basic interaction possibilities for any ISO box. Each box has a parent box and a type.
Method Summary | |
---|---|
void |
getBox(WritableByteChannel writableByteChannel)
|
ContainerBox |
getParent()
|
long |
getSize()
|
String |
getType()
|
void |
parse(ReadableByteChannel inFC,
ByteBuffer header,
long contentSize,
BoxParser boxParser)
|
void |
setParent(ContainerBox parent)
|
Method Detail |
---|
ContainerBox getParent()
void setParent(ContainerBox parent)
long getSize()
String getType()
void getBox(WritableByteChannel writableByteChannel) throws IOException
IOException
void parse(ReadableByteChannel inFC, ByteBuffer header, long contentSize, BoxParser boxParser) throws IOException
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |