Uses of Class
zombie.openal.AiffData

Packages that use AiffData
zombie.openal   
 

Uses of AiffData in zombie.openal
 

Methods in zombie.openal that return AiffData
static AiffData AiffData.create(javax.sound.sampled.AudioInputStream ais)
          Creates a AiffData container from the specified stream
static AiffData AiffData.create(byte[] buffer)
          Creates a AiffData container from the specified bytes
static AiffData AiffData.create(java.nio.ByteBuffer buffer)
          Creates a AiffData container from the specified ByetBuffer.
static AiffData AiffData.create(java.io.InputStream is)
          Creates a AiffData container from the specified inputstream
static AiffData AiffData.create(java.lang.String path)
          Creates a AiffData container from the specified in the classpath
static AiffData AiffData.create(java.net.URL path)
          Creates a AiffData container from the specified url