marf.Storage.Loaders
Class ULAWLoader

java.lang.Object
  extended bymarf.Storage.SampleLoader
      extended bymarf.Storage.Loaders.ULAWLoader

public class ULAWLoader
extends SampleLoader

Not Implemented


Field Summary
 
Fields inherited from class marf.Storage.SampleLoader
oAudioFormat, oAudioInputStream, oByteArrayOutputStream, oSample
 
Constructor Summary
ULAWLoader()
          ULAWLoader Constructor
 
Method Summary
 Sample loadSample(java.io.File poFile)
          Not Implemented
 int readAudioData(double[] pSample)
          Not Implemented
 void saveSample(java.io.File poFile)
          Not Implemented
 int writeAudioData(double[] pSample, int nbrData)
          Not Implemented
 
Methods inherited from class marf.Storage.SampleLoader
getSample, getSampleSize, loadSample, reset, saveSample, setSample, updateSample
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ULAWLoader

public ULAWLoader()
ULAWLoader Constructor

Method Detail

loadSample

public Sample loadSample(java.io.File poFile)
                  throws java.lang.Exception
Not Implemented

Specified by:
loadSample in class SampleLoader
Parameters:
poFile - file object a sample to be read from
Returns:
Sample object refernce
Throws:
java.lang.Exception

readAudioData

public final int readAudioData(double[] pSample)
                        throws java.lang.Exception
Not Implemented

Specified by:
readAudioData in class SampleLoader
Parameters:
pSample - an array of doubles
Returns:
integer the number of data read
Throws:
java.lang.Exception

writeAudioData

public final int writeAudioData(double[] pSample,
                                int nbrData)
                         throws java.lang.Exception
Not Implemented

Specified by:
writeAudioData in class SampleLoader
Parameters:
pSample - an array of doubles
nbrData - the number of audio data to written from the paiAudiodata
Returns:
the number of data written
Throws:
java.lang.Exception

saveSample

public void saveSample(java.io.File poFile)
                throws java.lang.Exception
Not Implemented

Specified by:
saveSample in class SampleLoader
Parameters:
poFile - File object a sample to be saved to
Throws:
java.lang.Exception