jp.crestmuse.cmx.amusaj.filewrappers
クラス WAVXMLWrapper
java.lang.Object
jp.crestmuse.cmx.filewrappers.CMXFileWrapper
jp.crestmuse.cmx.amusaj.filewrappers.WAVXMLWrapper
- すべての実装されたインタフェース:
- FileWrapperCompatible
public class WAVXMLWrapper
- extends CMXFileWrapper
フィールドの概要 |
static java.lang.String |
TOP_TAG
|
クラス jp.crestmuse.cmx.filewrappers.CMXFileWrapper から継承されたメソッド |
addChild, addChild, addChildAndText, addChildAndText, addChildAndText, addChildOf, addClassTable, addDocumentTypeTable, addLinks, addLinks, addSibling, addSibling, addText, addText, addText, analyze, changeCurrentNode, checkFinalized, createDocument, finalizeDocument, getDocument, getFileName, getTopTagAttribute, getTopTagAttributeNS, getURI, init, isFinalized, read, readfile, readfile, readfile, resetXPath, returnToParent, returnToPrevCurrentNode, selectNodeList, selectNodeList, selectSingleNode, selectSingleNode, setAttribute, setAttribute, setAttribute, setAttributeNS, setAttributeNS, setAttributeNS, setNamespaceContext, setTopTagAttribute, setTopTagAttributeNS, wrap, write, write, writefile, writefile, writeGZippedFile, writeGZippedFile |
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TOP_TAG
public static final java.lang.String TOP_TAG
- 関連項目:
- 定数フィールド値
WAVXMLWrapper
public WAVXMLWrapper()
getFmtChunk
public WAVXMLWrapper.FmtChunk getFmtChunk()
getDataChunkList
public WAVXMLWrapper.DataChunk[] getDataChunkList()
addFmtChunk
public void addFmtChunk(int format,
int channels,
int sampleRate,
int byteRate,
int blockAlign,
int bitsPerSample)
addDataChunk
public void addDataChunk(byte[] data)
readWAV
public static WAVXMLWrapper readWAV(java.lang.String filename)
throws java.io.IOException,
javax.xml.parsers.ParserConfigurationException,
org.xml.sax.SAXException,
javax.xml.transform.TransformerException
- 例外:
java.io.IOException
javax.xml.parsers.ParserConfigurationException
org.xml.sax.SAXException
javax.xml.transform.TransformerException
writefileAsWAV
public void writefileAsWAV(java.lang.String filename)
throws java.io.IOException
- 例外:
java.io.IOException