legacy.resource.codecs.sound
Class NativeSoundFormat

java.lang.Object
  extended by legacy.resource.Format
      extended by legacy.resource.codecs.sound.NativeSoundFormat

public class NativeSoundFormat
extends Format

NativeSoundFormat.class is the base for audio files

Author:
Benjamin Tarrant

Constructor Summary
NativeSoundFormat(java.io.InputStream stream)
           
 
Method Summary
 
Methods inherited from class legacy.resource.Format
getFormatLoadLock
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NativeSoundFormat

public NativeSoundFormat(java.io.InputStream stream)
                  throws java.io.IOException
Throws:
java.io.IOException