jp.crestmuse.cmx.amusaj.filewrappers
クラス ByteArrayNodeInterface
java.lang.Object
jp.crestmuse.cmx.filewrappers.NodeInterface
jp.crestmuse.cmx.amusaj.filewrappers.ByteArrayNodeInterface
- 直系の既知のサブクラス:
- WAVXMLWrapper.AudioData
public abstract class ByteArrayNodeInterface
- extends NodeInterface
クラス jp.crestmuse.cmx.filewrappers.NodeInterface から継承されたメソッド |
getAttribute, getAttribute, getAttributeDouble, getAttributeDouble, getAttributeInt, getAttributeInt, getAttributeNS, getChildByTagName, getChildByTagNameNS, getChildNodes, getChildText, getChildTextDouble, getChildTextInt, getFirstChild, getLastChild, getNodeName, getSupportedNodeName, getText, getText, getTextDouble, getTextInt, hasAttribute, hasAttribute, hasChild, node |
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ByteArrayNodeInterface
protected ByteArrayNodeInterface(org.w3c.dom.Node node)
lengthInByte
protected final int lengthInByte()
lengthInShort
protected final int lengthInShort()
lengthInInt
protected final int lengthInInt()
getByteArray
protected byte[] getByteArray()
getUnsignedByteArray
protected short[] getUnsignedByteArray()
getShortArray
protected short[] getShortArray()
getUnsignedShortArray
protected int[] getUnsignedShortArray()
getIntArray
protected int[] getIntArray()
setByteOrder
protected void setByteOrder(java.nio.ByteOrder bo)
addByteArrayToWrapper
public static void addByteArrayToWrapper(byte[] data,
java.lang.String nodename,
CMXFileWrapper wrapper)