com.coremedia.iso.boxes
Class DataEntryUrlBox
java.lang.Object
com.coremedia.iso.boxes.AbstractBox
com.coremedia.iso.boxes.AbstractFullBox
com.coremedia.iso.boxes.DataEntryUrlBox
- All Implemented Interfaces:
- Box, FullBox
public class DataEntryUrlBox
- extends AbstractFullBox
Only used within the DataReferenceBox. Find more information there.
- See Also:
DataReferenceBox
Methods inherited from class com.coremedia.iso.boxes.AbstractBox |
addWriteListener, calculateOffset, getBox, getDeadBytes, getIsoFile, getOffset, getParent, getSize, getType, getUserType, isParsed, setDeadBytes, setParent, setParsed, setUserType, utf8StringLengthInBytes |
TYPE
public static final String TYPE
- See Also:
- Constant Field Values
DataEntryUrlBox
public DataEntryUrlBox()
getLocation
public String getLocation()
parse
public void parse(IsoBufferWrapper in,
long size,
BoxParser boxParser,
Box lastMovieFragmentBox)
throws IOException
- Description copied from class:
AbstractBox
- Pareses the given IsoBufferWrapper and returns the remaining bytes.
- Overrides:
parse
in class AbstractFullBox
- Parameters:
in
- the (part of the) iso file to parsesize
- expected size of the boxboxParser
- creates inner boxeslastMovieFragmentBox
- latest of previously found moof boxes
- Throws:
IOException
- in case of an I/O error.
getContent
protected void getContent(IsoOutputStream os)
throws IOException
- Description copied from class:
AbstractBox
- Writes the box's content into the given
IsoOutputStream
. This MUST NOT include
any header bytes.
- Specified by:
getContent
in class AbstractBox
- Parameters:
os
- the box's content-sink.
- Throws:
IOException
- in case of an exception in the underlying OutputStream
.
getContentSize
protected long getContentSize()
- Description copied from class:
AbstractFullBox
- Gets the box's content size without header size where header includes
flags and version.
- Specified by:
getContentSize
in class AbstractFullBox
- Returns:
- Gets the box's content size
getDisplayName
public String getDisplayName()
- Description copied from class:
AbstractBox
- Returns the human readable name of the box.
- Specified by:
getDisplayName
in class AbstractBox
- Returns:
- a display string
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2011. All Rights Reserved.