SoundRecorder
Class PamAudioFileStorage.WriteThread

java.lang.Object
  extended by SoundRecorder.PamAudioFileStorage.WriteThread
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
PamAudioFileStorage

 class PamAudioFileStorage.WriteThread
extends java.lang.Object
implements java.lang.Runnable

WriteThread makes a single call to AudioSystem.write. This function blocks and only returns when the audioInputStream is closed.

Author:
Doug Gillespie

Constructor Summary
PamAudioFileStorage.WriteThread()
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PamAudioFileStorage.WriteThread

PamAudioFileStorage.WriteThread()
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable