java.lang .Object com.sun.media.imageioimpl.plugins.jpeg2000 .Box com.sun.media.imageioimpl.plugins.jpeg2000 .DataEntryURLBox DataEntryURLBox public class DataEntryURLBox extends Box (Code) This class is defined to represent a Data Entry URL Box of JPEG JP2
file format. A Data Entry URL Box has a length, and a fixed type
of "url ". Its content are a one-byte version, a three-byte flags and
a URL pertains to the UUID List box within its UUID Info superbox.
Constructor Summary public DataEntryURLBox (byte[] data) Constructs a DataEntryURLBox
from its content data.public DataEntryURLBox (byte version, byte[] flags, String url) Constructs a DataEntryURLBox
from its data elements.public DataEntryURLBox (Node node) Constructs a DataEntryURLBox
from a Node.
Method Summary protected voidcompose () public static String []getElementNames () This method will be called by the getNativeNodeForSimpleBox of the
class Box to get the element names.public byte[]getFlags () Returns the Flags
data element.public IIOMetadataNode getNativeNode () Creates an IIOMetadataNode
from this data entry URL
box.public String getURL () Returns the URL
data element.public bytegetVersion () Returns the Version
data element.protected voidparse (byte[] data) Parses the content of this box from its content byte array.
DataEntryURLBox public DataEntryURLBox(byte[] data)(Code) Constructs a DataEntryURLBox
from its content data.
DataEntryURLBox public DataEntryURLBox(byte version, byte[] flags, String url)(Code) Constructs a DataEntryURLBox
from its data elements.
compose protected void compose()(Code)
getElementNames public static String [] getElementNames()(Code) This method will be called by the getNativeNodeForSimpleBox of the
class Box to get the element names.
getFlags public byte[] getFlags()(Code) Returns the Flags
data element.
getNativeNode public IIOMetadataNode getNativeNode()(Code) Creates an IIOMetadataNode
from this data entry URL
box. The format of this node is defined in the XML dtd and xsd
for the JP2 image file.
getURL public String getURL()(Code) Returns the URL
data element.
getVersion public byte getVersion()(Code) Returns the Version
data element.
parse protected void parse(byte[] data)(Code) Parses the content of this box from its content byte array.