FileDocCategorySizeDatePackage
DataEntryUrlBox.javaAPI Docmp4parser 1.0-RC-171389Wed Dec 19 20:10:38 GMT 2012com.coremedia.iso.boxes

DataEntryUrlBox

public class DataEntryUrlBox extends com.googlecode.mp4parser.AbstractFullBox
Only used within the DataReferenceBox. Find more information there.
see
com.coremedia.iso.boxes.DataReferenceBox

Fields Summary
public static final String
TYPE
Constructors Summary
public DataEntryUrlBox()


      
        super(TYPE);
    
Methods Summary
public void_parseDetails(java.nio.ByteBuffer content)

        parseVersionAndFlags(content);
    
protected voidgetContent(java.nio.ByteBuffer byteBuffer)

        writeVersionAndFlags(byteBuffer);
    
protected longgetContentSize()

        return 4;
    
public java.lang.StringtoString()

        return "DataEntryUrlBox[]";