org.niffty
Class RiffScore

java.lang.Object
  |
  +--org.niffty.RiffScore

public class RiffScore
extends java.lang.Object

A RiffScore provides static methods for encoding/decoding a Score using RIFF.


Method Summary
static Score newInstance(java.io.InputStream input)
          Creates new Score object from the input stream.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

newInstance

public static Score newInstance(java.io.InputStream input)
                         throws java.io.IOException,
                                RIFFFormatException
Creates new Score object from the input stream. This uses the InputStream to initialize a RIFF object which is used to read the input as a RIFF file.

Parameters:
input - the InputStream containing the NIFF info
java.io.IOException
RIFFFormatException