com.coremedia.iso
Class PropertyBoxParserImpl

java.lang.Object
  extended by com.coremedia.iso.AbstractBoxParser
      extended by com.coremedia.iso.PropertyBoxParserImpl
All Implemented Interfaces:
BoxParser

public class PropertyBoxParserImpl
extends AbstractBoxParser

A Property file based BoxFactory


Constructor Summary
PropertyBoxParserImpl(Properties mapping)
           
PropertyBoxParserImpl(String... customProperties)
           
 
Method Summary
 Box createBox(String type, byte[] userType, String parent)
           
 Class<? extends Box> getClassForFourCc(String type, byte[] userType, String parent)
           
 
Methods inherited from class com.coremedia.iso.AbstractBoxParser
parseBox
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyBoxParserImpl

public PropertyBoxParserImpl(String... customProperties)

PropertyBoxParserImpl

public PropertyBoxParserImpl(Properties mapping)
Method Detail

getClassForFourCc

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

createBox

public Box createBox(String type,
                     byte[] userType,
                     String parent)
Specified by:
createBox in class AbstractBoxParser


Copyright © 2012. All Rights Reserved.