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


コンストラクタの概要
protected ByteArrayNodeInterface(org.w3c.dom.Node node)
           
 
メソッドの概要
static void addByteArrayToWrapper(byte[] data, java.lang.String nodename, CMXFileWrapper wrapper)
           
protected  byte[] getByteArray()
           
protected  int[] getIntArray()
           
protected  short[] getShortArray()
           
protected  short[] getUnsignedByteArray()
           
protected  int[] getUnsignedShortArray()
           
protected  int lengthInByte()
           
protected  int lengthInInt()
           
protected  int lengthInShort()
           
protected  void setByteOrder(java.nio.ByteOrder bo)
           
 
クラス 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)