sun.audio
Class AudioStream

java.lang.Object
  extended by sun.audio.AudioStream
All Implemented Interfaces:
java.applet.AudioClip

public class AudioStream
extends java.lang.Object
implements java.applet.AudioClip

Overrides class to avoid problem with SuperWaba that does not find the class on Linux.

Author:
Mario

Constructor Summary
AudioStream(java.io.InputStream a)
           
 
Method Summary
 void loop()
           
 void play()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AudioStream

public AudioStream(java.io.InputStream a)
            throws java.io.IOException
Throws:
java.io.IOException
Method Detail

loop

public void loop()
Specified by:
loop in interface java.applet.AudioClip

play

public void play()
Specified by:
play in interface java.applet.AudioClip

stop

public void stop()
Specified by:
stop in interface java.applet.AudioClip