|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jmex.audio.util.AudioLoader
public class AudioLoader
Utility class for loading audio files. For use by the underlying AudioSystem code.
Constructor Summary | |
---|---|
AudioLoader()
|
Method Summary | |
---|---|
static void |
fillBuffer(AudioBuffer buffer,
java.net.URL file)
|
static AudioInputStream |
openStream(java.net.URL resource)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AudioLoader()
Method Detail |
---|
public static void fillBuffer(AudioBuffer buffer, java.net.URL file) throws java.io.IOException
java.io.IOException
public static AudioInputStream openStream(java.net.URL resource) throws java.io.IOException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |