org.niffty
Class RiffStaffSystemHeader

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

public class RiffStaffSystemHeader
extends java.lang.Object

A RiffStaffSystemHeader provides static methods for encoding/decoding a StaffSystemHeader using RIFF.


Method Summary
static StaffSystemHeader newInstance(RIFF parentInput)
          Creates new StaffSystemHeader from the parentInput's 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 StaffSystemHeader newInstance(RIFF parentInput)
                                     throws java.io.IOException,
                                            RIFFFormatException
Creates new StaffSystemHeader from the parentInput's input stream. The next object in the input stream must be of this type.

Parameters:
parentInput - the parent RIFF object being used to read the input stream
java.io.IOException
RIFFFormatException