Package org.mp4parser
Interface BoxParser
-
- All Known Implementing Classes:
AbstractBoxParser,PropertyBoxParserImpl
public interface BoxParserBasic interface to create boxes from aIsoBufferWrapperand its parent.
-
-
Method Summary
Modifier and Type Method Description ParsableBoxparseBox(ReadableByteChannel in, String parentType)
-
-
-
Method Detail
-
parseBox
ParsableBox parseBox(ReadableByteChannel in, String parentType) throws IOException
- Throws:
IOException
-
-