|
||||||||||
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(java.nio.channels.WritableByteChannel writableByteChannel)
|
ContainerBox |
getParent()
|
long |
getSize()
|
java.lang.String |
getType()
|
void |
parse(java.nio.channels.ReadableByteChannel inFC,
java.nio.ByteBuffer header,
long contentSize,
BoxParser boxParser)
|
void |
setParent(ContainerBox parent)
|
Method Detail |
---|
ContainerBox getParent()
void setParent(ContainerBox parent)
long getSize()
java.lang.String getType()
void getBox(java.nio.channels.WritableByteChannel writableByteChannel) throws java.io.IOException
java.io.IOException
void parse(java.nio.channels.ReadableByteChannel inFC, java.nio.ByteBuffer header, long contentSize, BoxParser boxParser) throws java.io.IOException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |