public class SignatureBox extends Box
data, extraLength, length, type| Constructor and Description |
|---|
SignatureBox()
Constructs a
SignatureBox. |
SignatureBox(byte[] data)
Constructs a
SignatureBox based on the provided
byte array. |
SignatureBox(org.w3c.dom.Node node)
Constructs a
SignatureBox based on the provided
org.w3c.dom.Node. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
compose()
Composes the content byte array from the data elements.
|
javax.imageio.metadata.IIOMetadataNode |
getNativeNode()
Creates an
IIOMetadataNode from this signature
box. |
copyInt, createBox, getAttribute, getBoxClass, getByteArrayElementValue, getByteElementValue, getContent, getExtraLength, getIntArrayElementValue, getIntElementValue, getLength, getName, getNativeNodeForSimpleBox, getShortElementValue, getStringElementValue, getType, getTypeByName, getTypeInt, getTypeString, parse, parseByteArray, parseIntArray, read, setContent, setDefaultAttributes, setExtraLength, setLength, writepublic SignatureBox()
SignatureBox.public SignatureBox(org.w3c.dom.Node node)
throws javax.imageio.metadata.IIOInvalidTreeException
SignatureBox based on the provided
org.w3c.dom.Node.javax.imageio.metadata.IIOInvalidTreeExceptionpublic SignatureBox(byte[] data)
throws javax.imageio.metadata.IIOInvalidTreeException
SignatureBox based on the provided
byte array.javax.imageio.metadata.IIOInvalidTreeExceptionpublic javax.imageio.metadata.IIOMetadataNode getNativeNode()
IIOMetadataNode from this signature
box. The format of this node is defined in the XML dtd and xsd
for the JP2 image file.getNativeNode in class BoxCopyright © 2014 Open Microscopy Environment