com.coremedia.iso
Interface BoxParser

All Known Implementing Classes:
AbstractBoxParser, PropertyBoxParserImpl

public interface BoxParser

Basic interface to create boxes from a IsoBufferWrapper and its parent.


Method Summary
 Class<? extends Box> getClassForFourCc(String type, byte[] userType, String parent)
           
 Box parseBox(ReadableByteChannel in, ContainerBox parent)
           
 

Method Detail

getClassForFourCc

Class<? extends Box> getClassForFourCc(String type,
                                       byte[] userType,
                                       String parent)

parseBox

Box parseBox(ReadableByteChannel in,
             ContainerBox parent)
             throws IOException
Throws:
IOException


Copyright © 2012. All Rights Reserved.