org.tritonus.share.sampled.file
Class HeaderlessAudioOutputStream

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

public class HeaderlessAudioOutputStream
extends TAudioOutputStream

AudioOutputStream for files without a header; the input is written as it is.


Constructor Summary
HeaderlessAudioOutputStream(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

HeaderlessAudioOutputStream

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