Class UUIDBox
- java.lang.Object
-
- com.github.jaiimageio.jpeg2000.impl.Box
-
- com.github.jaiimageio.jpeg2000.impl.UUIDBox
-
-
Field Summary
-
Fields inherited from class com.github.jaiimageio.jpeg2000.impl.Box
data, extraLength, length, type
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidcompose()Composes the content byte array from the data elements.byte[]getData()Returns the UUID data of this box.static String[]getElementNames()This method will be called by the getNativeNodeForSimpleBox of the class Box to get the element names.IIOMetadataNodegetNativeNode()Creates anIIOMetadataNodefrom this UUID box.byte[]getUUID()Returns the UUID of this box.protected voidparse(byte[] data)Parses the data elements from the provided data array.-
Methods inherited from class com.github.jaiimageio.jpeg2000.impl.Box
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, write
-
-
-
-
Constructor Detail
-
UUIDBox
public UUIDBox(byte[] data)
Constructs aUUIDBoxfrom its content data array.
-
UUIDBox
public UUIDBox(Node node) throws IIOInvalidTreeException
Constructs aUUIDBoxbased on the providedorg.w3c.dom.Node.- Throws:
IIOInvalidTreeException
-
-
Method Detail
-
getElementNames
public static String[] getElementNames()
This method will be called by the getNativeNodeForSimpleBox of the class Box to get the element names.
-
parse
protected void parse(byte[] data)
Parses the data elements from the provided data array.
-
getUUID
public byte[] getUUID()
Returns the UUID of this box.
-
getData
public byte[] getData()
Returns the UUID data of this box.
-
getNativeNode
public IIOMetadataNode getNativeNode()
Creates anIIOMetadataNodefrom this UUID box. The format of this node is defined in the XML dtd and xsd for the JP2 image file.- Overrides:
getNativeNodein classBox
-
-