This class is defined to represent a UUID list Box of JPEG JP2
file format. This type of box has a length, a type of "ulst". Its
contents include the number of UUID entry and a list of 16-byte UUIDs.
Constructor Summary
public
UUIDListBox(short num, byte[][] uuids) Constructs a UUIDListBox from the provided uuid number
and uuids.
public
UUIDListBox(byte[] data) Constructs a UUIDListBox from the provided content
data array.
public
UUIDListBox(Node node) Constructs a UUIDListBox based on the provided
org.w3c.dom.Node.
getNativeNode() Creates an IIOMetadataNode from this UUID list
box.
protected void
parse(byte[] data) Parses the data elements from the provided content data array.
Constructor Detail
UUIDListBox
public UUIDListBox(short num, byte[][] uuids)(Code)
Constructs a UUIDListBox from the provided uuid number
and uuids. The provided uuids should have a size of 16; otherwise,
Exception may thrown in later the process. The provided
number should consistent with the size of the uuid array.