org.tritonus.share.sampled.file
Class THeaderlessAudioFileWriter

java.lang.Object
  extended by javax.sound.sampled.spi.AudioFileWriter
      extended by org.tritonus.share.sampled.file.TAudioFileWriter
          extended by org.tritonus.share.sampled.file.THeaderlessAudioFileWriter
Direct Known Subclasses:
GSMAudioFileWriter, MpegAudioFileWriter, VorbisAudioFileWriter, VorbisAudioFileWriter

public class THeaderlessAudioFileWriter
extends TAudioFileWriter

Base class for formats without extra header. This AudioFileWriter is typically used for compressed formats where the encoder puts a header into the encoded stream. In this case, the AudioFileWriter needs not to add a header. This is why THeaderlessAudioOutputStream is used here.


Method Summary
 
Methods inherited from class org.tritonus.share.sampled.file.TAudioFileWriter
getAudioFileTypes, getAudioFileTypes, isFileTypeSupported, isFileTypeSupported, write, write
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait