org.jsresources.apps.jsinfo
Class LineLifeCycleAudioInputStream

java.lang.Object
  extended by java.io.InputStream
      extended by javax.sound.sampled.AudioInputStream
          extended by org.jsresources.apps.jsinfo.LineLifeCycleAudioInputStream
All Implemented Interfaces:
java.io.Closeable

public class LineLifeCycleAudioInputStream
extends javax.sound.sampled.AudioInputStream


Constructor Summary
LineLifeCycleAudioInputStream(javax.sound.sampled.AudioFormat audioFormat)
           
 
Method Summary
 int read()
           
 int read(byte[] abData, int nOffset, int nLength)
           
 
Methods inherited from class javax.sound.sampled.AudioInputStream
available, close, getFormat, getFrameLength, mark, markSupported, read, reset, skip
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LineLifeCycleAudioInputStream

public LineLifeCycleAudioInputStream(javax.sound.sampled.AudioFormat audioFormat)
Method Detail

read

public int read()
Overrides:
read in class javax.sound.sampled.AudioInputStream

read

public int read(byte[] abData,
                int nOffset,
                int nLength)
Overrides:
read in class javax.sound.sampled.AudioInputStream