org.tritonus.sampled.file
Class AuAudioOutputStream

java.lang.Object
  extended by org.tritonus.share.sampled.file.TAudioOutputStream
      extended by org.tritonus.sampled.file.AuAudioOutputStream
All Implemented Interfaces:
AudioOutputStream

public class AuAudioOutputStream
extends TAudioOutputStream

AudioOutputStream for AU files.


Constructor Summary
AuAudioOutputStream(AudioFormat audioFormat, long lLength, TDataOutputStream dataOutputStream)
           
 
Method Summary
 
Methods inherited from class org.tritonus.share.sampled.file.TAudioOutputStream
close, getCalculatedLength, getFormat, getLength, write
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuAudioOutputStream

public AuAudioOutputStream(AudioFormat audioFormat,
                           long lLength,
                           TDataOutputStream dataOutputStream)