public class DataEntryURLBox extends Box
data, extraLength, length, type| Constructor and Description | 
|---|
| DataEntryURLBox(byte[] data)Constructs a  DataEntryURLBoxfrom its content data. | 
| DataEntryURLBox(byte version,
               byte[] flags,
               String url)Constructs a  DataEntryURLBoxfrom its data elements. | 
| DataEntryURLBox(Node node)Constructs a  DataEntryURLBoxfrom a Node. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | compose()Composes the content byte array from the data elements. | 
| static String[] | getElementNames()This method will be called by the getNativeNodeForSimpleBox of the
  class Box to get the element names. | 
| byte[] | getFlags()Returns the  Flagsdata element. | 
| IIOMetadataNode | getNativeNode()Creates an  IIOMetadataNodefrom this data entry URL
  box. | 
| String | getURL()Returns the  URLdata element. | 
| byte | getVersion()Returns the  Versiondata element. | 
| protected void | parse(byte[] data)Parses the content of this box from its content byte array. | 
copyInt, createBox, getAttribute, getBoxClass, getByteArrayElementValue, getByteElementValue, getContent, getExtraLength, getIntArrayElementValue, getIntElementValue, getLength, getName, getNativeNodeForSimpleBox, getShortElementValue, getStringElementValue, getType, getTypeByName, getTypeInt, getTypeString, parseByteArray, parseIntArray, read, setContent, setDefaultAttributes, setExtraLength, setLength, writepublic DataEntryURLBox(byte[] data)
DataEntryURLBox from its content data.public DataEntryURLBox(byte version,
               byte[] flags,
               String url)
DataEntryURLBox from its data elements.public DataEntryURLBox(Node node) throws IIOInvalidTreeException
DataEntryURLBox from a Node.IIOInvalidTreeExceptionpublic static String[] getElementNames()
protected void parse(byte[] data)
public IIOMetadataNode getNativeNode()
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.getNativeNode in class Boxpublic byte getVersion()
Version data element.public byte[] getFlags()
Flags data element.public String getURL()
URL data element.Copyright © 2014 Open Microscopy Environment